Documentation ¶ Index ¶ type Config type Udpjson func (server *Udpjson) Close() error func (server *Udpjson) Init(test_mode bool, events chan common.MapStr) error func (server *Udpjson) IsAlive() bool func (server *Udpjson) Run() error func (server *Udpjson) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Port int BindIp string Timeout time.Duration } type Udpjson ¶ type Udpjson struct { Config // contains filtered or unexported fields } func (*Udpjson) Close ¶ func (server *Udpjson) Close() error func (*Udpjson) Init ¶ func (server *Udpjson) Init(test_mode bool, events chan common.MapStr) error func (*Udpjson) IsAlive ¶ func (server *Udpjson) IsAlive() bool func (*Udpjson) Run ¶ func (server *Udpjson) Run() error func (*Udpjson) Stop ¶ func (server *Udpjson) Stop() error Source Files ¶ View all Source files udpjson.go Click to show internal directories. Click to hide internal directories.