Documentation ¶
Overview ¶
Package test ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 GenericServiceMockImpl ¶
type GenericServiceMockImpl struct{}
GenericServiceMockImpl ...
func (*GenericServiceMockImpl) GenericCall ¶
func (g *GenericServiceMockImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)
GenericCall ...
type MockImpl ¶
type MockImpl struct{}
MockImpl is used for test
func (*MockImpl) ExceptionTest ¶ added in v0.7.0
ExceptionTest ...
Click to show internal directories.
Click to hide internal directories.