Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(New)
ProviderSet is a provider set for wire
Functions ¶
Types ¶
type APP ¶
type APP struct { Name string `json:"name" yaml:"name"` ClientID string `json:"client_id" yaml:"clientID"` }
APP declare information of application
type Config ¶
type Config struct { APP *APP `json:"app" yaml:"app"` HTTP *HTTP `json:"http" yaml:"http"` DB *DB `json:"db" yaml:"db"` Log *Log `json:"log" yaml:"log"` }
Config declare configuration for application
Click to show internal directories.
Click to hide internal directories.