package config type http struct { Port uint `yaml:"port"` Endpoint string `yaml:"endpoint"` }