Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
App struct {
Name string
Version string
}
Services []Service
HTTP struct {
Mode string
Port string
}
Log struct {
Level string
}
Redis struct {
Url string
Password string
}
Postgre struct {
Url string
PoolMax int
}
Twilio struct {
SID string
Token string
ServiceSID string
}
TOKEN struct {
Access int
Refresh int
}
}
Click to show internal directories.
Click to hide internal directories.