Documentation
¶
Index ¶
Constants ¶
View Source
const CRLF = "\r\n"
View Source
const DOLLAR = "$"
View Source
const JSON_GET = "JSON.GET"
View Source
const JSON_SET = "JSON.SET"
View Source
const NEW_LINE = '\n'
View Source
const PLUS = "+"
View Source
const STAR = "*"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.4.0
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Disconnect ¶ added in v0.4.0
func (r *Client) Disconnect()
type Config ¶ added in v0.4.0
type Config struct {
Host string `json:"host"`
Port string `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
}
func InitializeJsonWriter ¶
type Producer ¶ added in v0.4.0
func (*Producer) Initialize ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.