Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct { Service string `json:"service"` Data map[string]interface{} `json:"data"` Timeout int `json:"timeout,omitempty"` }
func (*Payload) TimeoutDuration ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type ServerConfig ¶
type ServerConfig struct { Command string Pool *ServerPool }
type ServerPool ¶
Click to show internal directories.
Click to hide internal directories.