Ajouter PostMembres et postProgrammes responses
This commit is contained in:
parent
93334871e9
commit
6faca0e708
1 changed files with 15 additions and 0 deletions
15
responses/post.go
Normal file
15
responses/post.go
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
package responses
|
||||||
|
|
||||||
|
type PostMembresResponse struct {
|
||||||
|
Response
|
||||||
|
Data struct {
|
||||||
|
MembresInserted int64
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type PostProgrammesResponse struct {
|
||||||
|
Response
|
||||||
|
Data struct {
|
||||||
|
ProgrammesInserted int64
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue