11 lines
170 B
Go
11 lines
170 B
Go
package webresponse
|
|
|
|
import "git.agecem.com/agecem/bottin-ag/apiresponse"
|
|
|
|
type IndexGET struct {
|
|
apiresponse.Response
|
|
}
|
|
|
|
type ScanPOST struct {
|
|
apiresponse.Response
|
|
}
|