Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface {
Request(request HTTPRequest) (HTTPResponse, error)
}
type HTTPResponse ¶
type HTTPResponse interface { HTTPRequest }
type OutboundCodec ¶
type OutboundCodec interface { RequestEncoder ResponseDecoder }
type RequestEncoder ¶
type RequestEncoder interface {
Encode(message message.AgentMessage) (HTTPRequest, error)
}
type ResponseDecoder ¶
type ResponseDecoder interface {
Decode(response HTTPResponse) (message.AgentMessage, error)
}
Click to show internal directories.
Click to hide internal directories.