Versions in this module Expand all Collapse all v0 v0.0.2 Sep 13, 2024 Changes in this version type Host + const Local8080 v0.0.1 Aug 12, 2024 Changes in this version + type GrpcServiceTester struct + func NewGrpcServiceTester(serverDescriptor *grpc.ServiceDesc, srv interface{}, ...) *GrpcServiceTester + func (t *GrpcServiceTester) AddTestUserToCtx(ctx context.Context, outgoing bool) context.Context + func (t *GrpcServiceTester) Test(ctx context.Context, req proto.Message, resp proto.Message) (interface{}, error) + func (t *GrpcServiceTester) WithHost(host Host) + func (t *GrpcServiceTester) WithTestUser(id string, email string) + type Host string + const ConsumersGw + const InternalGw + const Lb + const None + type TestServerTransportStream struct + func (t *TestServerTransportStream) Method() string + func (t *TestServerTransportStream) SendHeader(metadata.MD) error + func (t *TestServerTransportStream) SetHeader(metadata.MD) error + func (t *TestServerTransportStream) SetTrailer(metadata.MD) error