This repository has been archived on 2024-12-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bottin/responses/post.go

15 lines
202 B
Go

package responses
type PostMembresResponse struct {
Response
Data struct {
MembresInserted int64
}
}
type PostProgrammesResponse struct {
Response
Data struct {
ProgrammesInserted int64
}
}