Retirer apiresponse.ScanGET.Data
MembreID n'était pas nécessaire de garder dans le struct, sera ramené si jamais le data est nécessaire
This commit is contained in:
parent
bae70e1569
commit
cfba108df9
1 changed files with 0 additions and 3 deletions
|
@ -27,7 +27,4 @@ type ScanGET struct {
|
||||||
// ScanPOST is the response type for `POST /v:version/scan/ http/1.1`
|
// ScanPOST is the response type for `POST /v:version/scan/ http/1.1`
|
||||||
type ScanPOST struct {
|
type ScanPOST struct {
|
||||||
Response
|
Response
|
||||||
Data struct {
|
|
||||||
MembreID string
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue