Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtxMutex ¶
type CtxMutex struct {
// contains filtered or unexported fields
}
func NewCtxMutex ¶
func NewCtxMutex() *CtxMutex
type GuildIDSet ¶
type GuildIDSet struct {
// contains filtered or unexported fields
}
func (*GuildIDSet) Add ¶
func (s *GuildIDSet) Add(flake discord.GuildID)
Add adds the passed discord.GuildID to the set.
type SnowflakeSet ¶
type SnowflakeSet struct {
// contains filtered or unexported fields
}
func NewSnowflakeSet ¶
func NewSnowflakeSet() *SnowflakeSet
NewSnowflakeSet creates a new SnowflakeSet.
func (*SnowflakeSet) Add ¶
func (s *SnowflakeSet) Add(flake discord.Snowflake)
Add adds the passed discord.Snowflake to the set.
Click to show internal directories.
Click to hide internal directories.