crip/config/type.go
Jim Colderwood 46f0c8aedf restructure
2024-04-16 12:55:08 +01:00

8 lines
194 B
Go

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