mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
8 lines
128 B
Go
8 lines
128 B
Go
package common
|
|
|
|
type App struct {
|
|
Backend IBackend
|
|
Body map[string]interface{}
|
|
Session map[string]string
|
|
Share Share
|
|
}
|