Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PingResponse = Ping{
Message: "Pong",
}
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct { Version string `json:"version"` Login LoginConfig `json:"login"` Discord Discord `json:"discord"` Website Website `json:"website"` FeatureGates FeatureGates `json:"featureGates"` Game Game `json:"game"` }
type FeatureGates ¶
type FeatureGates struct{}
type LoginConfig ¶
type LoginConfig struct { SignupEnabled bool `json:"signupEnabled"` LastCharLock bool `json:"lastCharLock"` Providers []*ProviderConfig `json:"providers"` }
type ProviderConfig ¶
type Routes ¶
type Routes struct {
// contains filtered or unexported fields
}
func (*Routes) RegisterHTTP ¶
Click to show internal directories.
Click to hide internal directories.