Documentation ¶
Index ¶
- type Client
- func (c Client) Close() error
- func (c Client) DepthPub(key, val string) (err error)
- func (c Client) Get(key string) (val string, err error)
- func (c Client) HGetAll(key string) (vals map[string]string, err error)
- func (c Client) MGet(keys []string) (vals []interface{}, err error)
- func (c Client) PrivatePub(key, val string) (err error)
- func (c Client) PublicPub(key, val string) (err error)
- func (c Client) Set(key, val string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) PrivatePub ¶
PrivatePub push data to private topic
Click to show internal directories.
Click to hide internal directories.