Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Netmon ¶
type Netmon struct { PollInterval int `json:"poll_interval" validate:"min=1"` MetronAddress string `json:"metron_address" validate:"nonzero"` InterfaceName string `json:"interface_name" validate:"nonzero"` LogLevel string `json:"log_level"` LogPrefix string `json:"log_prefix" validate:"nonzero"` }
func (Netmon) ParseLogLevel ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.