Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChatSourceRust = "rust" ChatSourceDiscord = "discord" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
BaseAccount `bson:",inline" json:",inline"`
Servers []Server
Timestamp `bson:",inline" json:",inline"`
}
type BaseAccount ¶
type BaseUser ¶
type BaseUser struct {
SteamInfo `bson:",inline" json:",inline"`
DiscordInfo `bson:",inline" json:",inline"`
DisplayName string
}
BaseUser core user information for upserts
type ChatMessage ¶
type Clan ¶
type Clan struct {
Tag string
OwnerID uint64
Description string
Members []uint64
Moderators []uint64
Invited []uint64
}
func ClanFromServerClan ¶
func ClanFromServerClan(sc ServerClan) (*Clan, error)
ClanFromServerClan Converts strings to uints
type DiscordAuth ¶
type DiscordInfo ¶
type EntityDeath ¶
type RaidAlert ¶
type RaidInventory ¶
type ServerClan ¶
type ServerClan struct {
Tag string
Owner string
Description string
Members []string
Moderators []string
Invited []string
}
A ServerClan is a clan a Rust server sends
Click to show internal directories.
Click to hide internal directories.