Migrer redéfinitions de Response à voki

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-18 18:44:20 -04:00
parent 78ea51e2c5
commit 3052a989b0
4 changed files with 10 additions and 23 deletions

View file

@ -1,11 +1,11 @@
package webresponse
import "git.agecem.com/agecem/bottin-ag/apiresponse"
import "codeberg.org/vlbeaudoin/voki/response"
type IndexGET struct {
apiresponse.Response
response.ResponseWithError
}
type ScanPOST struct {
apiresponse.Response
response.ResponseWithError
}