proto

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: GPL-3.0, LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Stage_name = map[int32]string{
		0: "userSelection",
		1: "brokerSelection",
		2: "authModeSelection",
		3: "challenge",
	}
	Stage_value = map[string]int32{
		"userSelection":     0,
		"brokerSelection":   1,
		"authModeSelection": 2,
		"challenge":         3,
	}
)

Enum value maps for Stage.

Functions

This section is empty.

Types

type Stage

type Stage int32

state represents the stage object for the UI.

const (
	// Stage_userSelection is to select a user.
	Stage_userSelection Stage = 0
	// Stage_brokerSelection is to select a broker.
	Stage_brokerSelection Stage = 1
	// Stage_authModeSelection is to select an authentication mode.
	Stage_authModeSelection Stage = 2
	// Stage_challenge lets the user enter a secret or wait for authentication from the broker.
	Stage_challenge Stage = 3
)

func (Stage) Descriptor

func (Stage) Descriptor() protoreflect.EnumDescriptor

func (Stage) Enum

func (x Stage) Enum() *Stage

func (Stage) EnumDescriptor deprecated

func (Stage) EnumDescriptor() ([]byte, []int)

Deprecated: Use Stage.Descriptor instead.

func (Stage) Number

func (x Stage) Number() protoreflect.EnumNumber

func (Stage) String

func (x Stage) String() string

func (Stage) Type

func (Stage) Type() protoreflect.EnumType

Jump to

Keyboard shortcuts

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