package config type AccessPointConfig struct { NodeName string `yaml:"name"` Host string `yaml:"host"` Port string `yaml:"port"` }