Documentation ¶
Overview ¶
Package test ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 GenericServiceReadRequiredFiledImpl ¶
type GenericServiceReadRequiredFiledImpl struct{}
GenericServiceReadRequiredFiledImpl ...
func (*GenericServiceReadRequiredFiledImpl) GenericCall ¶
func (g *GenericServiceReadRequiredFiledImpl) 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.