Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotManager ¶
type BotManager struct { Redis *redis.Client SteamClient *steam.Client DotaClient *dota2.Dota2 Config config.Config Logger *zap.Logger }
func New ¶
func New(conf config.Config, rs *redis.Client, steam *steam.Client) *BotManager
func (*BotManager) GetLobbyData ¶
func (b *BotManager) GetLobbyData(referenceID string) (interfaces.BotConfig, error)
func (*BotManager) StartupBot ¶
func (b *BotManager) StartupBot(lobbyData interfaces.BotConfig)
Click to show internal directories.
Click to hide internal directories.