Documentation ¶ Index ¶ func Methods() []string func ModuleName() string type Alert func New(storage corestorage.Alert, chManager ChManager, logger *zap.Logger) *Alert func (a *Alert) GetLoader(s *script.Script) lua.LGFunction func (a *Alert) Name() string func (a *Alert) Stop() error type ChManager Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Methods ¶ func Methods() []string func ModuleName ¶ func ModuleName() string Types ¶ type Alert ¶ type Alert struct { // contains filtered or unexported fields } func New ¶ func New(storage corestorage.Alert, chManager ChManager, logger *zap.Logger) *Alert func (*Alert) GetLoader ¶ func (a *Alert) GetLoader(s *script.Script) lua.LGFunction func (*Alert) Name ¶ func (a *Alert) Name() string func (*Alert) Stop ¶ func (a *Alert) Stop() error type ChManager ¶ type ChManager interface { Send(a *alert.Alert, text string, options *alert.Options) } Source Files ¶ View all Source files alert.go call.go get.go Click to show internal directories. Click to hide internal directories.