filestash/server/common/app.go
2018-11-02 02:44:08 +11:00

9 lines
145 B
Go

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