7 lines
128 B
Go
7 lines
128 B
Go
package settings
|
|
|
|
// Branding contains the branding settings of the app.
|
|
type Session struct {
|
|
Timeout uint `json:"timeout"`
|
|
}
|