Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnviron ¶
func NewEnviron(environ any)
Types ¶
type ActEnviron ¶
type ServerEnviron ¶
type ServerEnviron struct {
GRPCAddr string `env:"GRPC_ADDR" envDefault:":50051"`
}
type StorageEnviron ¶
type StorageEnviron struct {
LogFileStorageRoot string `env:"LOG_FILE_STORAGE"`
}
Click to show internal directories.
Click to hide internal directories.