Ajouter décompte
This commit is contained in:
parent
7351f970f7
commit
6c09f1fa65
9 changed files with 126 additions and 1 deletions
|
@ -23,3 +23,11 @@ type ScanGET struct {
|
|||
type ScanPOST struct {
|
||||
response.ResponseWithError
|
||||
}
|
||||
|
||||
// DecompteGET is the response type for `GET /v:version/decompte/ http/1.1`
|
||||
type DecompteGET struct {
|
||||
response.ResponseWithError
|
||||
Data struct {
|
||||
Decompte int
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue