yoake/internal/uinext/webapp/webapp.go

9 lines
102 B
Go

package webapp
type IWebApp struct {
BasePath string
TrimaImgBase string
}
var Singleton IWebApp