Documentation ¶
Index ¶
- func ApplySysDict(msg string) string
- type DbController
- type Dict
- type Dicts
- type Props
- type Replacer
- func (rs *Replacer) Add(dict *UserDictInput) error
- func (rs *Replacer) ApplyUserDict(msg string) (string, error)
- func (rs *Replacer) Delete(dictId uint) (Dict, error)
- func (rs *Replacer) Dump(limit uint) ([]Dict, error)
- func (rs *Replacer) DumpAtoB(from, to uint) ([]Dict, error)
- func (rs *Replacer) SetGuildId(guildId string)
- type UserDictInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplySysDict ¶
Types ¶
type DbController ¶
type Dict ¶
type Dict struct { Props UserDictInput }
type Replacer ¶
type Replacer struct {
// contains filtered or unexported fields
}
func (*Replacer) Add ¶
func (rs *Replacer) Add(dict *UserDictInput) error
func (*Replacer) SetGuildId ¶
Click to show internal directories.
Click to hide internal directories.