consumer_metric/config/config.go

10 lines
153 B
Go
Raw Normal View History

2018-05-11 10:07:17 +00:00
package config
import (
occe "git.loafle.net/overflow/commons-go/config/external"
)
type Config struct {
External *occe.External `json:"external"`
}