package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Apr 30, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type Input interface {
StartSession()
SetGroup(g Group)
DelGroup(g Group)
GetScore() int
HasAlarms() bool
GetLabel() string
Clean()
Purge()
Exit()
}
type Message struct {
Origin interface{}
Score int
Msg string
}
type Plugin interface {
MinScore() int
Group() Group
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.