Documentation ¶ Index ¶ type Chart type Charts type Config type Dim type Dims type VerneMQ func New() *VerneMQ func (v *VerneMQ) Charts() *Charts func (v *VerneMQ) Check() bool func (VerneMQ) Cleanup() func (v *VerneMQ) Collect() map[string]int64 func (v *VerneMQ) Init() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Chart ¶ type Chart = module.Chart type Charts ¶ type Charts = module.Charts type Config ¶ type Config struct { web.HTTP `yaml:",inline"` } type Dim ¶ type Dim = module.Dim type Dims ¶ type Dims = module.Dims type VerneMQ ¶ type VerneMQ struct { module.Base Config `yaml:",inline"` // contains filtered or unexported fields } func New ¶ func New() *VerneMQ func (*VerneMQ) Charts ¶ func (v *VerneMQ) Charts() *Charts func (*VerneMQ) Check ¶ func (v *VerneMQ) Check() bool func (VerneMQ) Cleanup ¶ func (VerneMQ) Cleanup() func (*VerneMQ) Collect ¶ func (v *VerneMQ) Collect() map[string]int64 func (*VerneMQ) Init ¶ func (v *VerneMQ) Init() bool Source Files ¶ View all Source files charts.gocollect.gometrics.governemq.go Click to show internal directories. Click to hide internal directories.