Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtxMutex ¶ added in v0.6.2
type CtxMutex struct {
// contains filtered or unexported fields
}
func NewCtxMutex ¶ added in v0.6.2
func NewCtxMutex() *CtxMutex
type SnowflakeSet ¶ added in v0.9.3
type SnowflakeSet struct {
// contains filtered or unexported fields
}
func NewSnowflakeSet ¶ added in v0.9.3
func NewSnowflakeSet() *SnowflakeSet
NewSnowflakeSet creates a new SnowflakeSet.
func (*SnowflakeSet) Add ¶ added in v0.9.3
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.