stringId

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2025 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CountryId added in v1.0.5

type CountryId types.StringId

func NewCountryIdFromString added in v1.0.5

func NewCountryIdFromString(value string) (out CountryId, err error)

func (CountryId) CountryIdNull added in v1.0.5

func (parameter CountryId) CountryIdNull() CountryIdNull

func (CountryId) Native added in v1.0.5

func (parameter CountryId) Native() string

type CountryIdNull added in v1.0.5

type CountryIdNull struct {
	// contains filtered or unexported fields
}

func NewCountryIdNull added in v1.0.5

func NewCountryIdNull(value CountryId) CountryIdNull

func NewCountryIdNullFromString added in v1.0.5

func NewCountryIdNullFromString(value string) CountryIdNull

func (CountryIdNull) Filled added in v1.0.5

func (parameter CountryIdNull) Filled() bool

func (CountryIdNull) Get added in v1.0.5

func (parameter CountryIdNull) Get() (CountryId, bool)

func (CountryIdNull) MarshalJSON added in v1.0.5

func (parameter CountryIdNull) MarshalJSON() ([]byte, error)

func (*CountryIdNull) UnmarshalJSON added in v1.0.5

func (parameter *CountryIdNull) UnmarshalJSON(data []byte) error

type CurrencyId added in v1.0.5

type CurrencyId types.StringId

func NewCurrencyIdFromString added in v1.0.5

func NewCurrencyIdFromString(value string) (out CurrencyId, err error)

func (CurrencyId) CurrencyIdNull added in v1.0.5

func (parameter CurrencyId) CurrencyIdNull() CurrencyIdNull

func (CurrencyId) Native added in v1.0.5

func (parameter CurrencyId) Native() string

type CurrencyIdNull added in v1.0.5

type CurrencyIdNull struct {
	// contains filtered or unexported fields
}

func NewCurrencyIdNull added in v1.0.5

func NewCurrencyIdNull(value CurrencyId) CurrencyIdNull

func NewCurrencyIdNullFromString added in v1.0.5

func NewCurrencyIdNullFromString(value string) CurrencyIdNull

func (CurrencyIdNull) Filled added in v1.0.5

func (parameter CurrencyIdNull) Filled() bool

func (CurrencyIdNull) Get added in v1.0.5

func (parameter CurrencyIdNull) Get() (CurrencyId, bool)

func (CurrencyIdNull) MarshalJSON added in v1.0.5

func (parameter CurrencyIdNull) MarshalJSON() ([]byte, error)

func (*CurrencyIdNull) UnmarshalJSON added in v1.0.5

func (parameter *CurrencyIdNull) UnmarshalJSON(data []byte) error

type DriverId

type DriverId types.StringId

func NewDriverIdFromString

func NewDriverIdFromString(value string) (out DriverId, err error)

func (DriverId) DriverIdNull

func (parameter DriverId) DriverIdNull() DriverIdNull

func (DriverId) Native

func (parameter DriverId) Native() string

type DriverIdNull

type DriverIdNull struct {
	// contains filtered or unexported fields
}

func NewDriverIdNull

func NewDriverIdNull(value DriverId) DriverIdNull

func NewDriverIdNullFromString

func NewDriverIdNullFromString(value string) DriverIdNull

func (DriverIdNull) Filled

func (parameter DriverIdNull) Filled() bool

func (DriverIdNull) Get

func (parameter DriverIdNull) Get() (DriverId, bool)

func (DriverIdNull) MarshalJSON

func (parameter DriverIdNull) MarshalJSON() ([]byte, error)

func (*DriverIdNull) UnmarshalJSON

func (parameter *DriverIdNull) UnmarshalJSON(data []byte) error

type LanguageId added in v1.0.5

type LanguageId types.StringId

func NewLanguageIdFromString added in v1.0.5

func NewLanguageIdFromString(value string) (out LanguageId, err error)

func (LanguageId) LanguageIdNull added in v1.0.5

func (parameter LanguageId) LanguageIdNull() LanguageIdNull

func (LanguageId) Native added in v1.0.5

func (parameter LanguageId) Native() string

type LanguageIdNull added in v1.0.5

type LanguageIdNull struct {
	// contains filtered or unexported fields
}

func NewLanguageIdNull added in v1.0.5

func NewLanguageIdNull(value LanguageId) LanguageIdNull

func NewLanguageIdNullFromString added in v1.0.5

func NewLanguageIdNullFromString(value string) LanguageIdNull

func (LanguageIdNull) Filled added in v1.0.5

func (parameter LanguageIdNull) Filled() bool

func (LanguageIdNull) Get added in v1.0.5

func (parameter LanguageIdNull) Get() (LanguageId, bool)

func (LanguageIdNull) MarshalJSON added in v1.0.5

func (parameter LanguageIdNull) MarshalJSON() ([]byte, error)

func (*LanguageIdNull) UnmarshalJSON added in v1.0.5

func (parameter *LanguageIdNull) UnmarshalJSON(data []byte) error

type NestId added in v1.0.13

type NestId types.StringId

func NewNestIdFromString added in v1.0.13

func NewNestIdFromString(value string) (out NestId, err error)

func (NestId) Native added in v1.0.13

func (parameter NestId) Native() string

func (NestId) NestIdNull added in v1.0.13

func (parameter NestId) NestIdNull() NestIdNull

type NestIdNull added in v1.0.13

type NestIdNull struct {
	// contains filtered or unexported fields
}

func NewNestIdNull added in v1.0.13

func NewNestIdNull(value NestId) NestIdNull

func NewNestIdNullFromString added in v1.0.13

func NewNestIdNullFromString(value string) NestIdNull

func (NestIdNull) Filled added in v1.0.13

func (parameter NestIdNull) Filled() bool

func (NestIdNull) Get added in v1.0.13

func (parameter NestIdNull) Get() (NestId, bool)

func (NestIdNull) MarshalJSON added in v1.0.13

func (parameter NestIdNull) MarshalJSON() ([]byte, error)

func (*NestIdNull) UnmarshalJSON added in v1.0.13

func (parameter *NestIdNull) UnmarshalJSON(data []byte) error

type PaymentSourceId added in v1.0.9

type PaymentSourceId types.StringId

func NewPaymentSourceIdFromString added in v1.0.9

func NewPaymentSourceIdFromString(value string) (out PaymentSourceId, err error)

func (PaymentSourceId) Native added in v1.0.9

func (parameter PaymentSourceId) Native() string

func (PaymentSourceId) PaymentSourceIdNull added in v1.0.9

func (parameter PaymentSourceId) PaymentSourceIdNull() PaymentSourceIdNull

type PaymentSourceIdNull added in v1.0.9

type PaymentSourceIdNull struct {
	// contains filtered or unexported fields
}

func NewPaymentSourceIdNull added in v1.0.9

func NewPaymentSourceIdNull(value PaymentSourceId) PaymentSourceIdNull

func NewPaymentSourceIdNullFromString added in v1.0.9

func NewPaymentSourceIdNullFromString(value string) PaymentSourceIdNull

func (PaymentSourceIdNull) Filled added in v1.0.9

func (parameter PaymentSourceIdNull) Filled() bool

func (PaymentSourceIdNull) Get added in v1.0.9

func (parameter PaymentSourceIdNull) Get() (PaymentSourceId, bool)

func (PaymentSourceIdNull) MarshalJSON added in v1.0.9

func (parameter PaymentSourceIdNull) MarshalJSON() ([]byte, error)

func (*PaymentSourceIdNull) UnmarshalJSON added in v1.0.9

func (parameter *PaymentSourceIdNull) UnmarshalJSON(data []byte) error

type ServiceStackTypeId

type ServiceStackTypeId types.StringId

func NewServiceStackTypeIdFromString

func NewServiceStackTypeIdFromString(value string) (out ServiceStackTypeId, err error)

func (ServiceStackTypeId) Native

func (parameter ServiceStackTypeId) Native() string

func (ServiceStackTypeId) ServiceStackTypeIdNull

func (parameter ServiceStackTypeId) ServiceStackTypeIdNull() ServiceStackTypeIdNull

type ServiceStackTypeIdNull

type ServiceStackTypeIdNull struct {
	// contains filtered or unexported fields
}

func NewServiceStackTypeIdNull

func NewServiceStackTypeIdNull(value ServiceStackTypeId) ServiceStackTypeIdNull

func NewServiceStackTypeIdNullFromString

func NewServiceStackTypeIdNullFromString(value string) ServiceStackTypeIdNull

func (ServiceStackTypeIdNull) Filled

func (parameter ServiceStackTypeIdNull) Filled() bool

func (ServiceStackTypeIdNull) Get

func (parameter ServiceStackTypeIdNull) Get() (ServiceStackTypeId, bool)

func (ServiceStackTypeIdNull) MarshalJSON

func (parameter ServiceStackTypeIdNull) MarshalJSON() ([]byte, error)

func (*ServiceStackTypeIdNull) UnmarshalJSON

func (parameter *ServiceStackTypeIdNull) UnmarshalJSON(data []byte) error

type ServiceStackTypeVersionId

type ServiceStackTypeVersionId types.StringId

func NewServiceStackTypeVersionIdFromString

func NewServiceStackTypeVersionIdFromString(value string) (out ServiceStackTypeVersionId, err error)

func (ServiceStackTypeVersionId) Native

func (parameter ServiceStackTypeVersionId) Native() string

func (ServiceStackTypeVersionId) ServiceStackTypeVersionIdNull

func (parameter ServiceStackTypeVersionId) ServiceStackTypeVersionIdNull() ServiceStackTypeVersionIdNull

type ServiceStackTypeVersionIdNull

type ServiceStackTypeVersionIdNull struct {
	// contains filtered or unexported fields
}

func NewServiceStackTypeVersionIdNullFromString

func NewServiceStackTypeVersionIdNullFromString(value string) ServiceStackTypeVersionIdNull

func (ServiceStackTypeVersionIdNull) Filled

func (parameter ServiceStackTypeVersionIdNull) Filled() bool

func (ServiceStackTypeVersionIdNull) Get

func (ServiceStackTypeVersionIdNull) MarshalJSON

func (parameter ServiceStackTypeVersionIdNull) MarshalJSON() ([]byte, error)

func (*ServiceStackTypeVersionIdNull) UnmarshalJSON

func (parameter *ServiceStackTypeVersionIdNull) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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