Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServerConfig JsonSchemaConfig ApplicationName string `env:"APPLICATION_NAME"` AppEnv string `env:"APP_ENV"` }
type JsonSchemaConfig ¶
type JsonSchemaConfig struct {
SchemaPath string `env:"BASE_JSON_SCHEMA_PATH"`
}
Click to show internal directories.
Click to hide internal directories.