Documentation ¶
Overview ¶
Package test ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryEcho ¶ added in v0.1.3
type GenericServiceBinaryEchoImpl ¶ added in v0.1.3
type GenericServiceBinaryEchoImpl struct{}
GenericServiceBinaryEchoImpl ...
func (*GenericServiceBinaryEchoImpl) GenericCall ¶ added in v0.1.3
func (g *GenericServiceBinaryEchoImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type GenericServiceErrorImpl ¶
type GenericServiceErrorImpl struct{}
GenericServiceErrorImpl ...
func (*GenericServiceErrorImpl) GenericCall ¶
func (g *GenericServiceErrorImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type GenericServiceImpl ¶
type GenericServiceImpl struct{}
GenericServiceImpl ...
func (*GenericServiceImpl) GenericCall ¶
func (g *GenericServiceImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type GenericServiceOnewayImpl ¶
type GenericServiceOnewayImpl struct{}
GenericServiceOnewayImpl ...
func (*GenericServiceOnewayImpl) GenericCall ¶
func (g *GenericServiceOnewayImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type GenericServicePingImpl ¶
type GenericServicePingImpl struct{}
GenericServicePingImpl ...
func (*GenericServicePingImpl) GenericCall ¶
func (g *GenericServicePingImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type GenericServiceVoidImpl ¶
type GenericServiceVoidImpl struct{}
GenericServiceVoidImpl ...
func (*GenericServiceVoidImpl) GenericCall ¶
func (g *GenericServiceVoidImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
Click to show internal directories.
Click to hide internal directories.