package core type Configuration struct { TcpCollectorPort string SerialCollectorPort string HttpPort string } func LoadConfigYaml() error { return nil }