Documentation ¶ Index ¶ type WireGuard func New() *WireGuard func (w *WireGuard) Charts() *module.Charts func (w *WireGuard) Check() bool func (w *WireGuard) Cleanup() func (w *WireGuard) Collect() map[string]int64 func (w *WireGuard) Init() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WireGuard ¶ type WireGuard struct { module.Base // contains filtered or unexported fields } func New ¶ func New() *WireGuard func (*WireGuard) Charts ¶ func (w *WireGuard) Charts() *module.Charts func (*WireGuard) Check ¶ func (w *WireGuard) Check() bool func (*WireGuard) Cleanup ¶ func (w *WireGuard) Cleanup() func (*WireGuard) Collect ¶ func (w *WireGuard) Collect() map[string]int64 func (*WireGuard) Init ¶ func (w *WireGuard) Init() bool Source Files ¶ View all Source files charts.go collect.go wireguard.go Click to show internal directories. Click to hide internal directories.