package collaborateur type Collaborateur struct { Nom string `json:"nom"` Prenom string `json:"prenom"` Mail string `json:"mail"` }