parent
2bbf414f38
commit
9ef30dc899
@ -0,0 +1,7 @@ |
||||
package collaborateur |
||||
|
||||
type Collaborateur struct { |
||||
Nom string `json:"nom"` |
||||
Prenom string `json:"prenom"` |
||||
Mail string `json:"mail"` |
||||
} |
Loading…
Reference in new issue