Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AbstractCollector ¶
type CollectorMgr ¶
type CollectorMgr struct {
// contains filtered or unexported fields
}
func NewCollectorMgr ¶
func NewCollectorMgr(ctx *pine.Context, enable bool) *CollectorMgr
func (*CollectorMgr) BuildHtmlTag ¶
func (mgr *CollectorMgr) BuildHtmlTag() (string, error)
func (*CollectorMgr) Destroy ¶
func (mgr *CollectorMgr) Destroy()
func (*CollectorMgr) Disable ¶
func (mgr *CollectorMgr) Disable()
func (*CollectorMgr) IsEnable ¶
func (mgr *CollectorMgr) IsEnable() bool
func (*CollectorMgr) RegisterCollector ¶
func (mgr *CollectorMgr) RegisterCollector(collectors ...AbstractCollector)
Click to show internal directories.
Click to hide internal directories.