Ajout des tag pour Json
This commit is contained in:
parent
a2b705ed1c
commit
6553ebead0
@ -3,13 +3,13 @@ package config
|
||||
// AppConfig Contient toute la configuration du server
|
||||
type AppConfig struct {
|
||||
// multicastAddress Contient l'adresse multicast du FileFrontEnd (adresse:port)
|
||||
multicastAddress string
|
||||
multicastAddress string `json:"multicastAddress"`
|
||||
|
||||
// multicastSecond Contient le nombre de seconde entre chaque annonce
|
||||
multicastSecond int
|
||||
multicastSecond int `json:"multicastSecond"`
|
||||
|
||||
// unicastAddress Contient l'adresse unicast auquel le FileFrontEnd se connecte (adresse:port)
|
||||
unicastAddress string
|
||||
unicastAddress string `json:"unicastAddress"`
|
||||
}
|
||||
|
||||
// MulticastAddress Accesseur pour multicastAddress
|
||||
|
Loading…
Reference in New Issue
Block a user