filestash/server/common/app.go
2018-12-19 18:35:09 +11:00

8 lines
128 B
Go

package common
type App struct {
Backend IBackend
Body map[string]interface{}
Session map[string]string
Share Share
}