Files
filestash/server/common/app.go
T

9 lines
128 B
Go

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