Documentation ¶ Index ¶ func Start(opts ...Options) (processes utils.Shutdowner, err error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(opts ...Options) (processes utils.Shutdowner, err error) Start is used to initialize all the 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 ) Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.