Documentation ¶
Overview ¶
Package usersession holds model related to the user session context
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UserSessionTypes are the supported user session types UserSessionTypes = map[string]Type{ "unknown": 0, "k8s": 1, } // UserSessionTypeStrings is used to UserSessionTypeStrings = map[Type]string{} )
Functions ¶
func InitUserSessionTypes ¶
func InitUserSessionTypes()
InitUserSessionTypes initializes internal structures for parsing Type values
Types ¶
Click to show internal directories.
Click to hide internal directories.