model

package
v0.116.9 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum deprecated

type Enum interface {
	String() string
}

Deprecated: Enum is useless, better use normal enums, because we rarely need string value

type Multifactors added in v0.10.0

type Multifactors struct {
	OTP OTP
}

type OTP added in v0.10.0

type OTP struct {
	Issuer    string
	CryptoMFA crypto.EncryptionAlgorithm
}

type SearchMethod

type SearchMethod int32
const (
	SearchMethodEquals SearchMethod = iota
	SearchMethodStartsWith
	SearchMethodContains
	SearchMethodEqualsIgnoreCase
	SearchMethodStartsWithIgnoreCase
	SearchMethodContainsIgnoreCase
	SearchMethodNotEquals
	SearchMethodGreaterThan
	SearchMethodLessThan
	SearchMethodIsOneOf
	SearchMethodListContains
	SearchMethodEndsWith
	SearchMethodEndsWithIgnoreCase
)

Jump to

Keyboard shortcuts

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