consumer_metric/config/config.go
crusader 3837faafb2 ing
2018-05-11 19:07:17 +09:00

10 lines
153 B
Go

package config
import (
occe "git.loafle.net/overflow/commons-go/config/external"
)
type Config struct {
External *occe.External `json:"external"`
}