Versions in this module Expand all Collapse all v0 v0.6.1 Jul 31, 2023 v0.0.4 Jul 31, 2023 Changes in this version + func NewMockServer(handler kt.Mock, addr net.Addr, opts ...server.Option) server.Server + type GenericServiceErrorImpl struct + func (g *GenericServiceErrorImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error) + type GenericServiceImpl struct + func (g *GenericServiceImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error) + type GenericServiceMockImpl struct + func (g *GenericServiceMockImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error) + type MockImpl struct + func (m *MockImpl) Test(ctx context.Context, req *kt.MockReq) (r string, err error)