bottin-ag/webresponse/webresponse.go

8 lines
122 B
Go
Raw Normal View History

2023-09-17 01:12:46 -04:00
package webresponse
import "git.agecem.com/agecem/bottin-ag/apiresponse"
type IndexGET struct {
apiresponse.Response
}