Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type CachingManager ¶
type CachingManager struct { // A map of cached channels, mapped by their ID Channels map[string]*structs.Channel // A map of cached guilds, mapped by their ID Guilds map[string]*structs.Guild // A map of cached users, mapped by their ID Users map[string]*structs.User }
func NewCachingManager ¶
func NewCachingManager(config CacheConfig) *CachingManager
Click to show internal directories.
Click to hide internal directories.