Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandModel ¶
CommandModel is model of zero.CommandRule
type FullMatchModel ¶
type FullMatchModel struct {
Matched string `zero:"matched"`
}
FullMatchModel is model of zero.FullMatchRule
type KeywordModel ¶
type KeywordModel struct {
Keyword string `zero:"keyword"`
}
KeywordModel is model of zero.KeywordRule
type PrefixModel ¶
PrefixModel is model of zero.PrefixRule
type RegexModel ¶
type RegexModel struct {
Matched []string `zero:"regex_matched"`
}
RegexModel is model of zero.RegexRule
type SuffixModel ¶
SuffixModel is model of zero.SuffixRule
Directories ¶
Path | Synopsis |
---|---|
Package kv provides a simple wrap of goleveldb for multi bucket database
|
Package kv provides a simple wrap of goleveldb for multi bucket database |
Package rate provides a rate limiter hooker, this package is based on golang.org/x/time/rate
|
Package rate provides a rate limiter hooker, this package is based on golang.org/x/time/rate |
Package shell provides a simple shell parser for zerobot.
|
Package shell provides a simple shell parser for zerobot. |
Package ttl provides a synchronised map that auto-expire This package is simply to provide a storage for session.
|
Package ttl provides a synchronised map that auto-expire This package is simply to provide a storage for session. |
Click to show internal directories.
Click to hide internal directories.