Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContextType = "application/json-rpc"
Functions ¶
Types ¶
type Request ¶
type Request struct {
Jsonrpc string `json:"jsonrpc"`
Method string `json:"method"`
Params interface{} `json:"params"`
Id int `json:"id"`
Auth string `json:"auth"`
}
func DefaultRequest ¶
type Zabbix ¶
func (*Zabbix) StatTrigger ¶
Click to show internal directories.
Click to hide internal directories.