package
Version:
v0.0.0-...-288396c
Opens a new window with list of versions in this module.
Published: Feb 2, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Username string `default:"saving_goals_api"`
Password string `default:"saving_goals_api"`
Database string `default:"saving_goals"`
Host string `default:"localhost"`
Port uint16 `default:"5432"`
}
type Jaeger struct {
Host string `default:"localhost"`
Port uint16 `default:"6831"`
}
type Kafka struct {
Host string `default:"localhost"`
Port uint16 `default:"29092"`
}
type Server struct {
Port uint16 `default:"8088"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.