Documentation ¶ Index ¶ type Options type Services func Start(opts ...Options) (utils.Shutdowner, *Services, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options int Options can be used to give options when starting the stack. const ( // NoGops option can be used to disable gops support NoGops Options = iota + 1 // NoDynAssets option can be used to initialize the dynamic assets NoDynAssets ) type Services ¶ type Services struct { Emailer emailer.Emailer Settings settings.Service } func Start ¶ func Start(opts ...Options) (utils.Shutdowner, *Services, error) Start is used to initialize all the Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.