Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpServerWithHandlers ¶
NewHttpServerWithHandlers creates a new httptest.Server with the provided handlers.
func NewTestHttpClient ¶
func NewTestHttpClient(funcs ...RoundTripFunc) *http.Client
Types ¶
type GRPCServer ¶
type GRPCServer struct {
// contains filtered or unexported fields
}
func StartGRPCServer ¶
func StartGRPCServer(services ...RegisterServiceFuncs) *GRPCServer
func (*GRPCServer) ClientOptions ¶
func (f *GRPCServer) ClientOptions() []option.ClientOption
func (*GRPCServer) Close ¶
func (f *GRPCServer) Close()
type RegisterServiceFuncs ¶
type RoundTripper ¶
type RoundTripper struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.