Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func GetClient(socketPath string) *http.Client + func StartServer(cfg *config.Config) error v0.8.0 Jul 23, 2020retracted Changes in this version + var ErrNotEnabled = errors.New("module is not enabled") + type Factory struct + Fn func(cfg *config.AgentConfig) (Module, error) + Name string + type Module interface + Close func() + GetStats func() map[string]interface{} + Register func(*http.ServeMux) error