Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { *clientutil.BaseClient // contains filtered or unexported fields }
func (*Client) PostMsg ¶
func (c *Client) PostMsg(msg *aranyagopb.Msg) error
type Config ¶
type Config struct { clientutil.CommonConfig `json:",inline" yaml:",inline"` PathNamespaceFrom conf.ValueFromSpec `json:"pathNamespaceFrom" yaml:"pathNamespaceFrom"` Transport string `json:"transport" yaml:"transport"` URIQueries map[string]string `json:"uriQueries" yaml:"uriQueries"` KeepaliveInterval time.Duration `json:"keepaliveInterval" yaml:"keepaliveInterval"` }
Click to show internal directories.
Click to hide internal directories.