Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigFlagName = "config"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Client *client.Options `json:"client" mapstructure:"client"` ServerOption *server.Options `json:"server" mapstructure:"server"` LogOption *log.Options `json:"log" mapstructure:"log"` DBOption *db.Options `json:"db" mapstructure:"db"` AuthOption *auth.Options `json:"auth" mapstructure:"auth"` StorageOption *storage.Options `json:"storage" mapstructure:"storage"` EventBusOption *eventbus.Options `json:"eventBus" mapstructure:"eventBus"` WesOption *wes.Options `json:"wes" mapstructure:"wes"` NotebookOption *notebook.Options `json:"notebook" mapstructure:"notebook"` }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.