Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultConfig = NewConfig()
)
Functions ¶
Types ¶
type Client ¶
type Client struct {
Protocol string `json:"protocol"`
Pool Pool `json:"pool"`
Request ClientRequest `json:"request"`
}
type ClientRequest ¶
type Stack ¶
type Stack struct {
Broker Broker `json:"broker"`
Client Client `json:"client"`
Profile string `json:"profile"`
Registry Registry `json:"registry"`
Runtime string `json:"runtime"`
Server Server `json:"server"`
Selector Selector `json:"selector"`
Transport Transport `json:"transport"`
Logger Logger `json:"logger"`
}
Click to show internal directories.
Click to hide internal directories.