usersession

package
v0.52.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 1

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

type Type

type Type uint8

Type is used to identify the User Session type

func (Type) String

func (ust Type) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL