Documentation ¶
Index ¶
Constants ¶
View Source
const ( JournalReader = "journal_reader" MongoClient = "mongodb_client" Database = "mongodb_database" HandlerJournal = "journal_handler" RepositoryEntry = "repository_entry" HttpRouter = "http_router" HttpEntryHandler = "http_entry_handler" )
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.