Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
func App ¶
func App() Application
type Database ¶
func NewDynamoDbDatabase ¶
type DatabaseTable ¶
type DatabaseTable struct {
Name string
}
type Env ¶
type Env struct { AppEnv string `mapstructure:"ENVIRONMENT"` ServerPort string `mapstructure:"SERVER_PORT"` ContextTimeout int `mapstructure:"CONTEXT_TIMEOUT"` AuthServiceUrl string `mapstructure:"AUTH_SERVICE_URL"` TokenSymmetricKey string `mapstructure:"TOKEN_SYMMETRIC_KEY"` AccessTokenDuration time.Duration `mapstructure:"ACCESS_TOKEN_DURATION"` RefreshTokenDuration time.Duration `mapstructure:"REFRESH_TOKEN_DURATION"` }
Click to show internal directories.
Click to hide internal directories.