Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIPAddresses ¶ added in v1.0.8
func GetIPAddresses() []string
Types ¶
type ClientConfig ¶ added in v0.0.4
type ClientRPC ¶
type ClientRPC struct {
// contains filtered or unexported fields
}
func NewRpcClient ¶
func NewRpcClient(cfg *ClientConfig) *ClientRPC
type NatsConfig ¶ added in v0.0.4
type Payload ¶
type Payload struct {
Service string `json:"service"`
Data map[string]interface{} `json:"data"`
Timeout int `json:"timeout,omitempty"`
}
func (*Payload) TimeoutDuration ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.