mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-27 19:53:41 +08:00
9 lines
130 B
Go
9 lines
130 B
Go
package common
|
|
|
|
type App struct {
|
|
Config *Config
|
|
Backend IBackend
|
|
Body map[string]interface{}
|
|
Session map[string]string
|
|
}
|