Documentation
¶
Index ¶
- type Base
- func (p *Base) CfgBool(path string) (bool, error)
- func (p *Base) CfgBoolOr(path string, alt bool) bool
- func (p *Base) CfgInt(path string) (int, error)
- func (p *Base) CfgIntOr(path string, alt int) int
- func (p *Base) CfgString(path string) (string, error)
- func (p *Base) CfgStringOr(path, alt string) string
- func (p *Base) GetCfgItems(key string) []string
- func (p *Base) GetInputs() (res []string)
- func (p *Base) Log(logLevel, msg string)
- func (p *Base) StartTicker(name string, durMs int) qtypes_ticker.Ticker
- type Plugin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
BaseVersion string
Version string
QChan qtypes_qchannel.QChan
Cfg *config.Config
MyID int
Typ string
Pkg string
Name string
LogOnlyPlugs []string
MsgCount map[string]float64
LocalCfg map[string]string
}
func (*Base) CfgStringOr ¶
func (*Base) GetCfgItems ¶
func (*Base) StartTicker ¶
Click to show internal directories.
Click to hide internal directories.