7574b334cc
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
7 lines
122 B
Go
7 lines
122 B
Go
package config
|
|
|
|
// Config is the top level configuration
|
|
type Config struct {
|
|
ListenAddr string
|
|
EnableMetrics bool
|
|
}
|