Migrer redéfinitions de Response à voki
This commit is contained in:
parent
78ea51e2c5
commit
3052a989b0
4 changed files with 10 additions and 23 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue