Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePassword ¶
Types ¶
type Config ¶
type Config struct { Host string `mapstructure:"host"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` AccessToken string `mapstructure:"access_token"` }
func (*Config) GenerateVpns ¶
func (c *Config) GenerateVpns()
func (*Config) GetScoreboard ¶
func (c *Config) GetScoreboard()
func (*Config) ManagerRequest ¶
func (*Config) RegisterUsers ¶
func (*Config) ShowTeams ¶
func (c *Config) ShowTeams() []models.EntityInfo
type Message ¶
type Message struct { Id int `json:"id,omitempty"` Message models.TeamsEvents `json:"message,omitempty"` }
Click to show internal directories.
Click to hide internal directories.