types

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 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 ProjectState

type ProjectState string
const (
	ProjectStateActive   ProjectState = "ACTIVE"
	ProjectStateDeleted  ProjectState = "DELETED"
	ProjectStateDeleting ProjectState = "DELETING"
)

func (ProjectState) IsValid

func (rs ProjectState) IsValid() error

func (ProjectState) List

func (rs ProjectState) List() []ProjectState

func (*ProjectState) MarshalJSON

func (rs *ProjectState) MarshalJSON() ([]byte, error)

MarshalJSON - implements Marshaler interface for ProjectState.

func (ProjectState) String

func (rs ProjectState) String() string

func (ProjectState) StringList

func (rs ProjectState) StringList() []string

func (*ProjectState) UnmarshalJSON

func (rs *ProjectState) UnmarshalJSON(data []byte) error

UnmarshalJSON - implements Unmarshaler interface for ProjectState.

func (ProjectState) ValidOrNil

func (rs ProjectState) ValidOrNil() (*ProjectState, error)

Jump to

Keyboard shortcuts

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