Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adubkov/go-zabbix
/ functions
Functions
10 in github.com/adubkov/go-zabbix
⨍
Functions
10
◇
Types & classes
4
↓ 1 callers
Method
DataLen
DataLen Packet class method, return 8 bytes with packet length in little endian order.
zabbix.go:49
↓ 1 callers
Function
NewMetric
Metric class constructor.
zabbix.go:22
↓ 1 callers
Function
NewPacket
Packet class cunstructor.
zabbix.go:39
↓ 1 callers
Function
NewSender
Sender class constructor.
zabbix.go:63
↓ 1 callers
Method
Send
Method Sender class, send packet to zabbix.
zabbix.go:138
↓ 1 callers
Method
connect
Method Sender class, make connection to uri.
zabbix.go:89
↓ 1 callers
Method
getHeader
Method Sender class, return zabbix header.
zabbix.go:69
↓ 1 callers
Method
getTCPAddr
Method Sender class, resolve uri by name:port.
zabbix.go:74
↓ 1 callers
Method
read
Method Sender class, read data from connection.
zabbix.go:126
Function
TestSend
(t *testing.T)
zabbix_test.go:11