package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Sep 1, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Postgres `envPrefix:"POSTGRES_"`
GRPC `envPrefix:"GRPC_"`
Gateway `envPrefix:"GATEWAY_"`
}
type GRPC struct {
Host string `env:"HOST"`
Port string `env:"PORT"`
}
type Gateway struct {
Host string `env:"HOST"`
Port string `env:"PORT"`
}
type Postgres struct {
URL string `env:"URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.