11 lines
176 B
Go
11 lines
176 B
Go
package webresponse
|
|
|
|
import "codeberg.org/vlbeaudoin/voki/response"
|
|
|
|
type IndexGET struct {
|
|
response.ResponseWithError
|
|
}
|
|
|
|
type ScanPOST struct {
|
|
response.ResponseWithError
|
|
}
|