Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleInt2Float ¶
type TestEchoService ¶
type TestEchoService struct{}
GenericServiceImpl ...
func (*TestEchoService) GenericCall ¶
func (g *TestEchoService) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type TestExampleMethod2Service ¶
type TestExampleMethod2Service struct{}
GenericService for example2.proto
func (*TestExampleMethod2Service) GenericCall ¶
func (g *TestExampleMethod2Service) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type TestExampleMethodService ¶
type TestExampleMethodService struct{}
GenericService for example.proto
func (*TestExampleMethodService) GenericCall ¶
func (g *TestExampleMethodService) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type TestInt2FloatMethod2Service ¶
type TestInt2FloatMethod2Service struct{}
GenericService for TestInt2FloatMethod2
func (*TestInt2FloatMethod2Service) GenericCall ¶
func (g *TestInt2FloatMethod2Service) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type TestInt2FloatMethodService ¶
type TestInt2FloatMethodService struct{}
GenericService for TestInt2FloatMethod
func (*TestInt2FloatMethodService) GenericCall ¶
func (g *TestInt2FloatMethodService) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type TestVoidService ¶
type TestVoidService struct{}
GenericService for example.proto
func (*TestVoidService) GenericCall ¶
func (g *TestVoidService) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
Click to show internal directories.
Click to hide internal directories.