Documentation ¶ Index ¶ type Plugin1 func (p1 *Plugin1) Init(cfg config.Configurer, server server.Server) error func (p1 *Plugin1) Name() string func (p1 *Plugin1) Serve() chan error func (p1 *Plugin1) Stop() error func (p1 *Plugin1) Workers() []worker.BaseProcess Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin1 ¶ type Plugin1 struct { // contains filtered or unexported fields } Gauge ////////////// func (*Plugin1) Init ¶ func (p1 *Plugin1) Init(cfg config.Configurer, server server.Server) error func (*Plugin1) Name ¶ func (p1 *Plugin1) Name() string func (*Plugin1) Serve ¶ func (p1 *Plugin1) Serve() chan error func (*Plugin1) Stop ¶ func (p1 *Plugin1) Stop() error func (*Plugin1) Workers ¶ func (p1 *Plugin1) Workers() []worker.BaseProcess Source Files ¶ View all Source files test_plugin.go Click to show internal directories. Click to hide internal directories.