Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { MySQLPikopos string JWTSecret string BaseURL string OAuth map[string]struct { ClientID string ClientSecret string Scopes []string } }
var C Config
TODO: remove it, return the variable to app.go instead. These struct should only be used in clients, not be used in services or deliveries.
Click to show internal directories.
Click to hide internal directories.