Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type HttpHandler struct { Type string `yaml:"type" default:"restful"` Url string `yaml:"url" default:"127.0.0.1"` Port string `yaml:"port" default:"3000"` Swagger string `yaml:"swagger" default:"../docs/swagger.yaml"` LogLevel string `yaml:"debug_level" default:"INFO"` }
func (HttpHandler) DefaultTag ¶
func (a HttpHandler) DefaultTag() HttpHandler
DefaultTag - Server model
type Repository ¶
type Repository struct {
Db string `yaml:"db" default:"postgres"`
}
func (Repository) DefaultTag ¶
func (a Repository) DefaultTag() Repository
DefaultTag - Jaeger config
Click to show internal directories.
Click to hide internal directories.