Documentation
¶
Index ¶
- type BannersState
- func (e BannersState) All() []BannersState
- func (e BannersState) MarshalBinary() ([]byte, error)
- func (e BannersState) MarshalText() ([]byte, error)
- func (e *BannersState) Scan(value any) error
- func (e BannersState) String() string
- func (e *BannersState) UnmarshalBinary(data []byte) error
- func (e *BannersState) UnmarshalText(text []byte) error
- func (e BannersState) Valid() bool
- func (e BannersState) Value() (driver.Value, error)
- type OrganizationPlansPaymentMethod
- func (e OrganizationPlansPaymentMethod) All() []OrganizationPlansPaymentMethod
- func (e OrganizationPlansPaymentMethod) MarshalBinary() ([]byte, error)
- func (e OrganizationPlansPaymentMethod) MarshalText() ([]byte, error)
- func (e *OrganizationPlansPaymentMethod) Scan(value any) error
- func (e OrganizationPlansPaymentMethod) String() string
- func (e *OrganizationPlansPaymentMethod) UnmarshalBinary(data []byte) error
- func (e *OrganizationPlansPaymentMethod) UnmarshalText(text []byte) error
- func (e OrganizationPlansPaymentMethod) Valid() bool
- func (e OrganizationPlansPaymentMethod) Value() (driver.Value, error)
- type OrganizationPlansPlan
- func (e OrganizationPlansPlan) All() []OrganizationPlansPlan
- func (e OrganizationPlansPlan) MarshalBinary() ([]byte, error)
- func (e OrganizationPlansPlan) MarshalText() ([]byte, error)
- func (e *OrganizationPlansPlan) Scan(value any) error
- func (e OrganizationPlansPlan) String() string
- func (e *OrganizationPlansPlan) UnmarshalBinary(data []byte) error
- func (e *OrganizationPlansPlan) UnmarshalText(text []byte) error
- func (e OrganizationPlansPlan) Valid() bool
- func (e OrganizationPlansPlan) Value() (driver.Value, error)
- type OrganizationsRole
- func (e OrganizationsRole) All() []OrganizationsRole
- func (e OrganizationsRole) MarshalBinary() ([]byte, error)
- func (e OrganizationsRole) MarshalText() ([]byte, error)
- func (e *OrganizationsRole) Scan(value any) error
- func (e OrganizationsRole) String() string
- func (e *OrganizationsRole) UnmarshalBinary(data []byte) error
- func (e *OrganizationsRole) UnmarshalText(text []byte) error
- func (e OrganizationsRole) Valid() bool
- func (e OrganizationsRole) Value() (driver.Value, error)
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
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 ¶
func (e OrganizationPlansPaymentMethod) All() []OrganizationPlansPaymentMethod
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 (e OrganizationPlansPaymentMethod) String() 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 (e OrganizationPlansPaymentMethod) Valid() bool
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 ¶
func (e OrganizationPlansPlan) All() []OrganizationPlansPlan
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
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 ¶
func (e OrganizationsRole) All() []OrganizationsRole
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
Click to show internal directories.
Click to hide internal directories.