Documentation
¶
Index ¶
- type CountryId
- type CountryIdNull
- type CurrencyId
- type CurrencyIdNull
- type DriverId
- type DriverIdNull
- type LanguageId
- type LanguageIdNull
- type NestId
- type NestIdNull
- type PaymentSourceId
- type PaymentSourceIdNull
- type ServiceStackTypeId
- type ServiceStackTypeIdNull
- type ServiceStackTypeVersionId
- type ServiceStackTypeVersionIdNull
- func (parameter ServiceStackTypeVersionIdNull) Filled() bool
- func (parameter ServiceStackTypeVersionIdNull) Get() (ServiceStackTypeVersionId, bool)
- func (parameter ServiceStackTypeVersionIdNull) MarshalJSON() ([]byte, error)
- func (parameter *ServiceStackTypeVersionIdNull) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountryId ¶ added in v1.0.5
func NewCountryIdFromString ¶ added in v1.0.5
func (CountryId) CountryIdNull ¶ added in v1.0.5
func (parameter CountryId) CountryIdNull() CountryIdNull
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
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 ¶
func NewDriverIdFromString ¶
func (DriverId) DriverIdNull ¶
func (parameter DriverId) DriverIdNull() DriverIdNull
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
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
func NewNestIdFromString ¶ added in v1.0.13
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
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 ¶
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 ¶
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 NewServiceStackTypeVersionIdNull ¶
func NewServiceStackTypeVersionIdNull(value ServiceStackTypeVersionId) ServiceStackTypeVersionIdNull
func NewServiceStackTypeVersionIdNullFromString ¶
func NewServiceStackTypeVersionIdNullFromString(value string) ServiceStackTypeVersionIdNull
func (ServiceStackTypeVersionIdNull) Filled ¶
func (parameter ServiceStackTypeVersionIdNull) Filled() bool
func (ServiceStackTypeVersionIdNull) Get ¶
func (parameter ServiceStackTypeVersionIdNull) Get() (ServiceStackTypeVersionId, bool)
func (ServiceStackTypeVersionIdNull) MarshalJSON ¶
func (parameter ServiceStackTypeVersionIdNull) MarshalJSON() ([]byte, error)
func (*ServiceStackTypeVersionIdNull) UnmarshalJSON ¶
func (parameter *ServiceStackTypeVersionIdNull) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.