testenums

package
v0.0.0-...-913b77b Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BannersState

type BannersState string
const (
	BannersStateBS1 BannersState = "BS_1"
	BannersStateBS2 BannersState = "BS_2"
	BannersStateBS3 BannersState = "BS_3"
	BannersStateBS4 BannersState = "BS_4"
	BannersStateBS5 BannersState = "BS_5"
	BannersStateBS6 BannersState = "BS_6"
	BannersStateBS7 BannersState = "BS_7"
	BannersStateBS8 BannersState = "BS_8"
	BannersStateBS9 BannersState = "BS_9"
)

Enum values for BannersState

func AllBannersState

func AllBannersState() []BannersState

func (BannersState) All

func (e BannersState) All() []BannersState

useful when testing in other packages

func (BannersState) MarshalBinary

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

func (BannersState) MarshalText

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

func (*BannersState) Scan

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

func (BannersState) String

func (e BannersState) String() string

func (*BannersState) UnmarshalBinary

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

func (*BannersState) UnmarshalText

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

func (BannersState) Valid

func (e BannersState) Valid() bool

func (BannersState) Value

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

type OrganizationPlansPaymentMethod

type OrganizationPlansPaymentMethod string
const (
	OrganizationPlansPaymentMethodPM1 OrganizationPlansPaymentMethod = "PM_1"
	OrganizationPlansPaymentMethodPM2 OrganizationPlansPaymentMethod = "PM_2"
)

Enum values for OrganizationPlansPaymentMethod

func AllOrganizationPlansPaymentMethod

func AllOrganizationPlansPaymentMethod() []OrganizationPlansPaymentMethod

func (OrganizationPlansPaymentMethod) All

useful when testing in other packages

func (OrganizationPlansPaymentMethod) MarshalBinary

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

func (OrganizationPlansPaymentMethod) MarshalText

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

func (*OrganizationPlansPaymentMethod) Scan

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

func (OrganizationPlansPaymentMethod) String

func (*OrganizationPlansPaymentMethod) UnmarshalBinary

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

func (*OrganizationPlansPaymentMethod) UnmarshalText

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

func (OrganizationPlansPaymentMethod) Valid

func (OrganizationPlansPaymentMethod) Value

type OrganizationPlansPlan

type OrganizationPlansPlan string
const (
	OrganizationPlansPlanPL1  OrganizationPlansPlan = "PL_1"
	OrganizationPlansPlanPL2  OrganizationPlansPlan = "PL_2"
	OrganizationPlansPlanPL3  OrganizationPlansPlan = "PL_3"
	OrganizationPlansPlanPL4  OrganizationPlansPlan = "PL_4"
	OrganizationPlansPlanPL5  OrganizationPlansPlan = "PL_5"
	OrganizationPlansPlanPL6  OrganizationPlansPlan = "PL_6"
	OrganizationPlansPlanPL7  OrganizationPlansPlan = "PL_7"
	OrganizationPlansPlanPL8  OrganizationPlansPlan = "PL_8"
	OrganizationPlansPlanPL9  OrganizationPlansPlan = "PL_9"
	OrganizationPlansPlanPL10 OrganizationPlansPlan = "PL_10"
	OrganizationPlansPlanPL11 OrganizationPlansPlan = "PL_11"
	OrganizationPlansPlanPL12 OrganizationPlansPlan = "PL_12"
	OrganizationPlansPlanPL13 OrganizationPlansPlan = "PL_13"
	OrganizationPlansPlanPL14 OrganizationPlansPlan = "PL_14"
	OrganizationPlansPlanPL15 OrganizationPlansPlan = "PL_15"
	OrganizationPlansPlanPL16 OrganizationPlansPlan = "PL_16"
	OrganizationPlansPlanPL17 OrganizationPlansPlan = "PL_17"
	OrganizationPlansPlanPL18 OrganizationPlansPlan = "PL_18"
	OrganizationPlansPlanPL19 OrganizationPlansPlan = "PL_19"
	OrganizationPlansPlanPL20 OrganizationPlansPlan = "PL_20"
	OrganizationPlansPlanPL21 OrganizationPlansPlan = "PL_21"
)

Enum values for OrganizationPlansPlan

func AllOrganizationPlansPlan

func AllOrganizationPlansPlan() []OrganizationPlansPlan

func (OrganizationPlansPlan) All

useful when testing in other packages

func (OrganizationPlansPlan) MarshalBinary

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

func (OrganizationPlansPlan) MarshalText

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

func (*OrganizationPlansPlan) Scan

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

func (OrganizationPlansPlan) String

func (e OrganizationPlansPlan) String() string

func (*OrganizationPlansPlan) UnmarshalBinary

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

func (*OrganizationPlansPlan) UnmarshalText

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

func (OrganizationPlansPlan) Valid

func (e OrganizationPlansPlan) Valid() bool

func (OrganizationPlansPlan) Value

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

type OrganizationsRole

type OrganizationsRole string
const (
	OrganizationsRoleRL1 OrganizationsRole = "RL_1"
	OrganizationsRoleRL2 OrganizationsRole = "RL_2"
)

Enum values for OrganizationsRole

func AllOrganizationsRole

func AllOrganizationsRole() []OrganizationsRole

func (OrganizationsRole) All

useful when testing in other packages

func (OrganizationsRole) MarshalBinary

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

func (OrganizationsRole) MarshalText

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

func (*OrganizationsRole) Scan

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

func (OrganizationsRole) String

func (e OrganizationsRole) String() string

func (*OrganizationsRole) UnmarshalBinary

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

func (*OrganizationsRole) UnmarshalText

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

func (OrganizationsRole) Valid

func (e OrganizationsRole) Valid() bool

func (OrganizationsRole) Value

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

Jump to

Keyboard shortcuts

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