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