package config type Host struct{} func NewHost() *Host { return &Host{} }