Documentation
¶
Index ¶
Constants ¶
View Source
const DumpTopic = "viola.proxy.dump"
Variables ¶
This section is empty.
Functions ¶
func DisableMockRoundTrip ¶
func DisableMockRoundTrip()
func DumpDecorator ¶
func EnableMockRoundTrip ¶
func EnableMockRoundTrip(mock func(Req) (Rsp, error))
func NewReverseProxy ¶
Types ¶
type DumpMessage ¶ added in v0.1.4
type MessageType ¶ added in v0.1.4
type MessageType string
const ( ReqMessage MessageType = "REQ" RspMessage MessageType = "RSP" )
Click to show internal directories.
Click to hide internal directories.