Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { App TelegramBot `mapstructure:",squash"` Database `mapstructure:",squash"` Messages }
type Messages ¶
type Messages struct { ChatAlreadyRegistered string ChatNotExists string ChatCreatedSuccessfully string ChatHasActiveGame string ChatHasNoActiveGame string Blackjack string GameOver string Win string Lose string Push string BlackjackResult string PlayerCantDraw string PlayerHand string PlayerHandBusted string PlayerAlreadyStopped string PlayerAlreadyBusted string StoppedDrawing string DealerHand string DealerBlackjack string GameStartHint string GameEnterHint string TopPlayers string }
type TelegramBot ¶
type TelegramBot struct {
APIKey string `mapstructure:"BOT_API_KEY"`
}
Click to show internal directories.
Click to hide internal directories.