Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AvailableLanguages = []string{"en", "fr", "ru"}
Functions ¶
Types ¶
type API ¶
type API struct { Router *gin.Engine Config *viper.Viper Database *mgo.Database Mailer email.EmailSender Worker *worker.Worker I18n *i18n.Bundle }
func (*API) SetupConfig ¶
func (*API) SetupMailer ¶
func (*API) SetupRouter ¶
func (a *API) SetupRouter()
func (*API) SetupSeeds ¶
func (*API) SetupWorker ¶
Click to show internal directories.
Click to hide internal directories.