yoake/internal/uinext/webapp/webapp.go

10 lines
102 B
Go
Raw Normal View History

2022-12-07 09:47:37 -06:00
package webapp
type IWebApp struct {
BasePath string
TrimaImgBase string
}
var Singleton IWebApp