Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelAlive ¶
type ChannelAlive struct {
ChannelId int64 `json:"channel_id"`
GuildId *int64 `json:"guild_id,omitempty"`
}
func (ChannelAlive) Validate ¶
func (r ChannelAlive) Validate() error
type ChannelUserJoin ¶
type ChannelUserJoin struct {
ChannelId int64 `json:"channel_id"`
UserId int64 `json:"user_id"`
GuildId *int64 `json:"guild_id,omitempty"`
}
func (ChannelUserJoin) Validate ¶
func (r ChannelUserJoin) Validate() error
type ChannelUserLeave ¶
type ChannelUserLeave struct {
ChannelId int64 `json:"channel_id"`
UserId int64 `json:"user_id"`
GuildId *int64 `json:"guild_id,omitempty"`
}
func (ChannelUserLeave) Validate ¶
func (r ChannelUserLeave) Validate() error
type HeartbeatRequest ¶
type HeartbeatRequest struct {
ID string `json:"id"`
Region string `json:"region"`
URL string `json:"url"`
Load int64 `json:"load"`
}
func (HeartbeatRequest) Validate ¶
func (r HeartbeatRequest) Validate() error
Click to show internal directories.
Click to hide internal directories.