Documentation ¶
Index ¶
Constants ¶
View Source
const ( Bot = "bot" BotTelegram = "bot_telegram" CommandCreate = "command_create" CommandForce = "command_force" CommandJoin = "command_join" CommandJoined = "command_joined" CommandRegistry = "command_registry" CommandStat = "command_stat" CommandTop = "command_top" Nagan = "nagan" ORM = "orm" RepositoryChat = "repository_chat" RepositoryGame = "repository_game" RepositoryGunslinger = "repository_gunslinger" RepositoryUser = "repository_user" Translator = "translator" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContainer ¶
type ServiceContainer struct {
// contains filtered or unexported fields
}
func Init ¶
func Init() (*ServiceContainer, error)
func (ServiceContainer) Get ¶
func (sc ServiceContainer) Get(name string) interface{}
Click to show internal directories.
Click to hide internal directories.