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