Documentation
¶
Index ¶
- type Arcgislicensetype
- func (e Arcgislicensetype) All() []Arcgislicensetype
- func (e Arcgislicensetype) MarshalBinary() ([]byte, error)
- func (e Arcgislicensetype) MarshalText() ([]byte, error)
- func (e *Arcgislicensetype) Scan(value any) error
- func (e Arcgislicensetype) String() string
- func (e *Arcgislicensetype) UnmarshalBinary(data []byte) error
- func (e *Arcgislicensetype) UnmarshalText(text []byte) error
- func (e Arcgislicensetype) Valid() bool
- func (e Arcgislicensetype) Value() (driver.Value, error)
- type H3aggregationtype
- func (e H3aggregationtype) All() []H3aggregationtype
- func (e H3aggregationtype) MarshalBinary() ([]byte, error)
- func (e H3aggregationtype) MarshalText() ([]byte, error)
- func (e *H3aggregationtype) Scan(value any) error
- func (e H3aggregationtype) String() string
- func (e *H3aggregationtype) UnmarshalBinary(data []byte) error
- func (e *H3aggregationtype) UnmarshalText(text []byte) error
- func (e H3aggregationtype) Valid() bool
- func (e H3aggregationtype) Value() (driver.Value, error)
- type Hashtype
- func (e Hashtype) All() []Hashtype
- func (e Hashtype) MarshalBinary() ([]byte, error)
- func (e Hashtype) MarshalText() ([]byte, error)
- func (e *Hashtype) Scan(value any) error
- func (e Hashtype) String() string
- func (e *Hashtype) UnmarshalBinary(data []byte) error
- func (e *Hashtype) UnmarshalText(text []byte) error
- func (e Hashtype) Valid() bool
- func (e Hashtype) Value() (driver.Value, error)
- type Notificationtype
- func (e Notificationtype) All() []Notificationtype
- func (e Notificationtype) MarshalBinary() ([]byte, error)
- func (e Notificationtype) MarshalText() ([]byte, error)
- func (e *Notificationtype) Scan(value any) error
- func (e Notificationtype) String() string
- func (e *Notificationtype) UnmarshalBinary(data []byte) error
- func (e *Notificationtype) UnmarshalText(text []byte) error
- func (e Notificationtype) Valid() bool
- func (e Notificationtype) Value() (driver.Value, error)
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 ¶
func (e Arcgislicensetype) All() []Arcgislicensetype
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
type H3aggregationtype ¶
type H3aggregationtype string
const ( H3aggregationtypeMosquitosource H3aggregationtype = "MosquitoSource" H3aggregationtypeServicerequest H3aggregationtype = "ServiceRequest" )
Enum values for H3aggregationtype
func AllH3aggregationtype ¶
func AllH3aggregationtype() []H3aggregationtype
func (H3aggregationtype) All ¶
func (e H3aggregationtype) All() []H3aggregationtype
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
type Hashtype ¶
type Hashtype string
const (
HashtypeBcrypt14 Hashtype = "bcrypt-14"
)
Enum values for Hashtype
func AllHashtype ¶
func AllHashtype() []Hashtype
func (Hashtype) MarshalBinary ¶
func (Hashtype) MarshalText ¶
func (*Hashtype) UnmarshalBinary ¶
func (*Hashtype) UnmarshalText ¶
type Notificationtype ¶
type Notificationtype string
const (
NotificationtypeOauthTokenInvalidated Notificationtype = "oauth_token_invalidated"
)
Enum values for Notificationtype
func AllNotificationtype ¶
func AllNotificationtype() []Notificationtype
func (Notificationtype) All ¶
func (e Notificationtype) All() []Notificationtype
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
Click to show internal directories.
Click to hide internal directories.