Documentation ¶
Index ¶
Constants ¶
View Source
const ( MustacheKeyHome = "home" MustacheKeyCapabilities = "capabilities" MustacheKeyCheckedCapabilities = "checked-capabilities" MustacheKeyLoggedIn = "logged-in" MustacheKeyRestrictionsGUI = "restr-gui" MustacheKeyRestrictions = "restrictions" MustacheKeyRotation = "rotation" MustacheKeyCookieLifetime = "cookie-lifetime" MustacheKeyPrefix = "prefix" MustacheKeyReadOnly = "read-only" MustacheKeyCollapse = "collapse" MustacheKeySettings = "settings" MustacheKeySettingsSSH = "settings-ssh" MustacheKeyGrants = "grants" MustacheKeyApplication = "application" MustacheKeyName = "name" MustacheKeyHomepage = "homepage" MustacheKeyContact = "contact" MustacheKeyPrivacyContact = "privacy-contact" MustacheKeyConsent = "consent" MustacheKeyConsentSend = "consent-send" MustacheKeyTokenName = "token-name" MustacheKeyIss = "iss" MustacheKeySupportedScopes = "supported_scopes" MustacheKeyInstanceURL = "instance-url" )
Keys used in the mustache templates
View Source
const ( MustacheSubTokeninfo = "tokeninfo" MustacheSubCreateMT = "create-mt" )
Keys for sub configs
View Source
const LayoutMain = "layouts/main"
LayoutMain is the main layout
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collapsable ¶
Collapsable is a struct for controlling collapsable content in the templates
func (Collapsable) Capabilities ¶
func (c Collapsable) Capabilities() bool
Capabilities checks if capabilities should be collapsed
func (Collapsable) Restrictions ¶
func (c Collapsable) Restrictions() bool
Restrictions checks if restrictions should be collapsed
func (Collapsable) Rotation ¶
func (c Collapsable) Rotation() bool
Rotation checks if rotations should be collapsed
Click to show internal directories.
Click to hide internal directories.