Add basic webcontent
This commit is contained in:
parent
2dec57d097
commit
f986c2e8e1
5 changed files with 75 additions and 0 deletions
7
webresponse/webresponse.go
Normal file
7
webresponse/webresponse.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package webresponse
|
||||
|
||||
import "git.agecem.com/agecem/bottin-ag/apiresponse"
|
||||
|
||||
type IndexGET struct {
|
||||
apiresponse.Response
|
||||
}
|
Reference in a new issue