types

package
v0.6.28 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeystoneState

type KeystoneState string
const (
	KeystoneStateNew                  KeystoneState = "NEW"
	KeystoneStateInitializationFailed KeystoneState = "INITIALIZATION_FAILED"
	KeystoneStateInitialized          KeystoneState = "INITIALIZED"
	KeystoneStateDeleted              KeystoneState = "DELETED"
)

func (KeystoneState) IsValid

func (ks KeystoneState) IsValid() error

func (KeystoneState) List

func (ks KeystoneState) List() []KeystoneState

func (*KeystoneState) MarshalJSON

func (ks *KeystoneState) MarshalJSON() ([]byte, error)

MarshalJSON - implements Marshaler interface for KeystoneState

func (KeystoneState) String

func (ks KeystoneState) String() string

func (KeystoneState) StringList

func (ks KeystoneState) StringList() []string

func (*KeystoneState) UnmarshalJSON

func (ks *KeystoneState) UnmarshalJSON(data []byte) error

UnmarshalJSON - implements Unmarshaler interface for KeystoneState

func (KeystoneState) ValidOrNil

func (ks KeystoneState) ValidOrNil() (*KeystoneState, error)

Jump to

Keyboard shortcuts

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