Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGrpcServerMock ¶ added in v0.12.0
func NewHttpServerMock ¶
func NewHttpServerMock(serverHost string, httpServerMocks map[string]HttpServerMockResponseFunc) *gohttptest.Server
Types ¶
type HttpServerMockResponse ¶
type HttpServerMockResponseFunc ¶
type HttpServerMockResponseFunc func() HttpServerMockResponse
func NewHttpServerMockResponseFunc ¶ added in v0.12.0
func NewHttpServerMockResponseFunc(status int, headers map[string]string, body string) HttpServerMockResponseFunc
func NewHttpServerMockResponseFuncJSON ¶ added in v0.12.0
func NewHttpServerMockResponseFuncJSON(body string) HttpServerMockResponseFunc
func NewHttpServerMockResponseFuncPlain ¶ added in v0.12.0
func NewHttpServerMockResponseFuncPlain(body string) HttpServerMockResponseFunc
Click to show internal directories.
Click to hide internal directories.