Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiClient ¶
type ApiClient struct {
Conn *grpc.ClientConn
}
type Client ¶
type Client interface { TestApiClient }
type CustomData ¶
type CustomData struct{}
type DummyServer ¶
type DummyServer struct { CustomData ShowDummyCount int CudNoop bool MidstreamFailChs map[string]chan bool }
func RegisterDummyServer ¶
func RegisterDummyServer(server *grpc.Server) *DummyServer
func (*DummyServer) DisableMidstreamFailure ¶
func (s *DummyServer) DisableMidstreamFailure(api string)
func (*DummyServer) EnableMidstreamFailure ¶
func (s *DummyServer) EnableMidstreamFailure(api string, syncCh chan bool)
type InternalCUDAPIs ¶
type InternalCUDAPIs interface { }
Click to show internal directories.
Click to hide internal directories.