package config type Config struct { IP string `json:"multicastAddr"` MulticastInterface string `json:"multicastInterface"` Port int `json:"MulticastPort"` }