package
Version:
v0.0.0-...-28976e9
Opens a new window with list of versions in this module.
Published: May 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Http struct {
Port string `env:"PORT,default=8080"`
}
type Logger struct {
Level string `env:"LEVEL,default=info"`
}
type Service struct {
Name string
Version string
Project string `env:"PROJECT,default=github.com/theykk/galactic"`
}
type Trace struct {
URl string `env:"URL"`
BatchSize int `env:"BATCH_SIZE,default=16"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.