Documentation
¶
Index ¶
- type CmdRoleDesc
- type Config
- func (c Config) GetChatResponsesConfig() (string, map[string]string)
- func (c Config) GetCommandConfig() map[string][2]string
- func (c Config) GetDelayMins(valuesConfName string) []time.Duration
- func (c Config) GetDurationSec(valueConfName string) time.Duration
- func (c Config) GetIdSet(namesConfName string, nameToId map[string]string) common.StringSet
- func (c Config) GetPath(pathConfName string) string
- func (c Config) GetPrefixConfig() (map[string]string, []string, []CmdRoleDesc, []string)
- func (c Config) GetSlice(valuesConfName string) []any
- func (c Config) GetString(valueConfName string) string
- func (c Config) GetStringSlice(valuesConfName string) []string
- func (c Config) Require(valueConfName string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdRoleDesc ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (Config) GetChatResponsesConfig ¶
func (Config) GetCommandConfig ¶
func (Config) GetPrefixConfig ¶
func (Config) GetStringSlice ¶
Click to show internal directories.
Click to hide internal directories.