enums

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: AGPL-3.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 Arcgislicensetype

type Arcgislicensetype string
const (
	ArcgislicensetypeAdvancedut             Arcgislicensetype = "advancedUT"
	ArcgislicensetypeBasicut                Arcgislicensetype = "basicUT"
	ArcgislicensetypeCreatorut              Arcgislicensetype = "creatorUT"
	ArcgislicensetypeEditorut               Arcgislicensetype = "editorUT"
	ArcgislicensetypeFieldworkerut          Arcgislicensetype = "fieldWorkerUT"
	ArcgislicensetypeGisprofessionaladvut   Arcgislicensetype = "GISProfessionalAdvUT"
	ArcgislicensetypeGisprofessionalbasicut Arcgislicensetype = "GISProfessionalBasicUT"
	ArcgislicensetypeGisprofessionalstdut   Arcgislicensetype = "GISProfessionalStdUT"
	ArcgislicensetypeIndoorsuserut          Arcgislicensetype = "IndoorsUserUT"
	ArcgislicensetypeInsightsanalystut      Arcgislicensetype = "insightsAnalystUT"
	ArcgislicensetypeLiteut                 Arcgislicensetype = "liteUT"
	ArcgislicensetypeStandardut             Arcgislicensetype = "standardUT"
	ArcgislicensetypeStorytellerut          Arcgislicensetype = "storytellerUT"
	ArcgislicensetypeViewerut               Arcgislicensetype = "viewerUT"
)

Enum values for Arcgislicensetype

func AllArcgislicensetype

func AllArcgislicensetype() []Arcgislicensetype

func (Arcgislicensetype) All

useful when testing in other packages

func (Arcgislicensetype) MarshalBinary

func (e Arcgislicensetype) MarshalBinary() ([]byte, error)

func (Arcgislicensetype) MarshalText

func (e Arcgislicensetype) MarshalText() ([]byte, error)

func (*Arcgislicensetype) Scan

func (e *Arcgislicensetype) Scan(value any) error

func (Arcgislicensetype) String

func (e Arcgislicensetype) String() string

func (*Arcgislicensetype) UnmarshalBinary

func (e *Arcgislicensetype) UnmarshalBinary(data []byte) error

func (*Arcgislicensetype) UnmarshalText

func (e *Arcgislicensetype) UnmarshalText(text []byte) error

func (Arcgislicensetype) Valid

func (e Arcgislicensetype) Valid() bool

func (Arcgislicensetype) Value

func (e Arcgislicensetype) Value() (driver.Value, error)

type Audiodatatype added in v0.0.6

type Audiodatatype string
const (
	AudiodatatypeRaw           Audiodatatype = "raw"
	AudiodatatypeRawNormalized Audiodatatype = "raw_normalized"
	AudiodatatypeOgg           Audiodatatype = "ogg"
)

Enum values for Audiodatatype

func AllAudiodatatype added in v0.0.6

func AllAudiodatatype() []Audiodatatype

func (Audiodatatype) All added in v0.0.6

func (e Audiodatatype) All() []Audiodatatype

useful when testing in other packages

func (Audiodatatype) MarshalBinary added in v0.0.6

func (e Audiodatatype) MarshalBinary() ([]byte, error)

func (Audiodatatype) MarshalText added in v0.0.6

func (e Audiodatatype) MarshalText() ([]byte, error)

func (*Audiodatatype) Scan added in v0.0.6

func (e *Audiodatatype) Scan(value any) error

func (Audiodatatype) String added in v0.0.6

func (e Audiodatatype) String() string

func (*Audiodatatype) UnmarshalBinary added in v0.0.6

func (e *Audiodatatype) UnmarshalBinary(data []byte) error

func (*Audiodatatype) UnmarshalText added in v0.0.6

func (e *Audiodatatype) UnmarshalText(text []byte) error

func (Audiodatatype) Valid added in v0.0.6

func (e Audiodatatype) Valid() bool

func (Audiodatatype) Value added in v0.0.6

func (e Audiodatatype) Value() (driver.Value, error)

type H3aggregationtype

type H3aggregationtype string
const (
	H3aggregationtypeMosquitosource H3aggregationtype = "MosquitoSource"
	H3aggregationtypeServicerequest H3aggregationtype = "ServiceRequest"
)

Enum values for H3aggregationtype

func AllH3aggregationtype

func AllH3aggregationtype() []H3aggregationtype

func (H3aggregationtype) All

useful when testing in other packages

func (H3aggregationtype) MarshalBinary

func (e H3aggregationtype) MarshalBinary() ([]byte, error)

func (H3aggregationtype) MarshalText

func (e H3aggregationtype) MarshalText() ([]byte, error)

func (*H3aggregationtype) Scan

func (e *H3aggregationtype) Scan(value any) error

func (H3aggregationtype) String

func (e H3aggregationtype) String() string

func (*H3aggregationtype) UnmarshalBinary

func (e *H3aggregationtype) UnmarshalBinary(data []byte) error

func (*H3aggregationtype) UnmarshalText

func (e *H3aggregationtype) UnmarshalText(text []byte) error

func (H3aggregationtype) Valid

func (e H3aggregationtype) Valid() bool

func (H3aggregationtype) Value

func (e H3aggregationtype) Value() (driver.Value, error)

type Hashtype

type Hashtype string
const (
	HashtypeBcrypt14 Hashtype = "bcrypt-14"
)

Enum values for Hashtype

func AllHashtype

func AllHashtype() []Hashtype

func (Hashtype) All

func (e Hashtype) All() []Hashtype

useful when testing in other packages

func (Hashtype) MarshalBinary

func (e Hashtype) MarshalBinary() ([]byte, error)

func (Hashtype) MarshalText

func (e Hashtype) MarshalText() ([]byte, error)

func (*Hashtype) Scan

func (e *Hashtype) Scan(value any) error

func (Hashtype) String

func (e Hashtype) String() string

func (*Hashtype) UnmarshalBinary

func (e *Hashtype) UnmarshalBinary(data []byte) error

func (*Hashtype) UnmarshalText

func (e *Hashtype) UnmarshalText(text []byte) error

func (Hashtype) Valid

func (e Hashtype) Valid() bool

func (Hashtype) Value

func (e Hashtype) Value() (driver.Value, error)

type Imagedatatype added in v0.0.6

type Imagedatatype string
const (
	ImagedatatypeRaw Imagedatatype = "raw"
	ImagedatatypePNG Imagedatatype = "png"
)

Enum values for Imagedatatype

func AllImagedatatype added in v0.0.6

func AllImagedatatype() []Imagedatatype

func (Imagedatatype) All added in v0.0.6

func (e Imagedatatype) All() []Imagedatatype

useful when testing in other packages

func (Imagedatatype) MarshalBinary added in v0.0.6

func (e Imagedatatype) MarshalBinary() ([]byte, error)

func (Imagedatatype) MarshalText added in v0.0.6

func (e Imagedatatype) MarshalText() ([]byte, error)

func (*Imagedatatype) Scan added in v0.0.6

func (e *Imagedatatype) Scan(value any) error

func (Imagedatatype) String added in v0.0.6

func (e Imagedatatype) String() string

func (*Imagedatatype) UnmarshalBinary added in v0.0.6

func (e *Imagedatatype) UnmarshalBinary(data []byte) error

func (*Imagedatatype) UnmarshalText added in v0.0.6

func (e *Imagedatatype) UnmarshalText(text []byte) error

func (Imagedatatype) Valid added in v0.0.6

func (e Imagedatatype) Valid() bool

func (Imagedatatype) Value added in v0.0.6

func (e Imagedatatype) Value() (driver.Value, error)

type Notificationtype

type Notificationtype string
const (
	NotificationtypeOauthTokenInvalidated Notificationtype = "oauth_token_invalidated"
)

Enum values for Notificationtype

func AllNotificationtype

func AllNotificationtype() []Notificationtype

func (Notificationtype) All

useful when testing in other packages

func (Notificationtype) MarshalBinary

func (e Notificationtype) MarshalBinary() ([]byte, error)

func (Notificationtype) MarshalText

func (e Notificationtype) MarshalText() ([]byte, error)

func (*Notificationtype) Scan

func (e *Notificationtype) Scan(value any) error

func (Notificationtype) String

func (e Notificationtype) String() string

func (*Notificationtype) UnmarshalBinary

func (e *Notificationtype) UnmarshalBinary(data []byte) error

func (*Notificationtype) UnmarshalText

func (e *Notificationtype) UnmarshalText(text []byte) error

func (Notificationtype) Valid

func (e Notificationtype) Valid() bool

func (Notificationtype) Value

func (e Notificationtype) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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