hpds_access_point/config/config.go

8 lines
143 B
Go
Raw Normal View History

2022-10-17 16:41:25 +08:00
package config
type AccessPointConfig struct {
NodeName string `yaml:"name"`
Host string `yaml:"host"`
Port string `yaml:"port"`
}