crip/config/type.go

8 lines
194 B
Go
Raw Normal View History

2024-04-16 12:55:08 +01:00
package config
type Config struct {
IP string `json:"multicastAddr"`
MulticastInterface string `json:"multicastInterface"`
Port int `json:"MulticastPort"`
}