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