package config

type http struct {
	Port uint `yaml:"port"`
}