Documentation
¶
Index ¶
- func Base64(v strfmt.Base64) *strfmt.Base64
- func Base64Value(v *strfmt.Base64) strfmt.Base64
- func CIDR(v strfmt.CIDR) *strfmt.CIDR
- func CIDRValue(v *strfmt.CIDR) strfmt.CIDR
- func CreditCard(v strfmt.CreditCard) *strfmt.CreditCard
- func CreditCardValue(v *strfmt.CreditCard) strfmt.CreditCard
- func Date(v strfmt.Date) *strfmt.Date
- func DateTime(v strfmt.DateTime) *strfmt.DateTime
- func DateTimeValue(v *strfmt.DateTime) strfmt.DateTime
- func DateValue(v *strfmt.Date) strfmt.Date
- func Duration(v strfmt.Duration) *strfmt.Duration
- func DurationValue(v *strfmt.Duration) strfmt.Duration
- func Email(v strfmt.Email) *strfmt.Email
- func EmailValue(v *strfmt.Email) strfmt.Email
- func HexColor(v strfmt.HexColor) *strfmt.HexColor
- func HexColorValue(v *strfmt.HexColor) strfmt.HexColor
- func Hostname(v strfmt.Hostname) *strfmt.Hostname
- func HostnameValue(v *strfmt.Hostname) strfmt.Hostname
- func IPv4(v strfmt.IPv4) *strfmt.IPv4
- func IPv4Value(v *strfmt.IPv4) strfmt.IPv4
- func IPv6(v strfmt.IPv6) *strfmt.IPv6
- func IPv6Value(v *strfmt.IPv6) strfmt.IPv6
- func ISBN(v strfmt.ISBN) *strfmt.ISBN
- func ISBN10(v strfmt.ISBN10) *strfmt.ISBN10
- func ISBN10Value(v *strfmt.ISBN10) strfmt.ISBN10
- func ISBN13(v strfmt.ISBN13) *strfmt.ISBN13
- func ISBN13Value(v *strfmt.ISBN13) strfmt.ISBN13
- func ISBNValue(v *strfmt.ISBN) strfmt.ISBN
- func MAC(v strfmt.MAC) *strfmt.MAC
- func MACValue(v *strfmt.MAC) strfmt.MAC
- func Password(v strfmt.Password) *strfmt.Password
- func PasswordValue(v *strfmt.Password) strfmt.Password
- func RGBColor(v strfmt.RGBColor) *strfmt.RGBColor
- func RGBColorValue(v *strfmt.RGBColor) strfmt.RGBColor
- func SSN(v strfmt.SSN) *strfmt.SSN
- func SSNValue(v *strfmt.SSN) strfmt.SSN
- func ULID(v strfmt.ULID) *strfmt.ULID
- func ULIDValue(v *strfmt.ULID) strfmt.ULID
- func URI(v strfmt.URI) *strfmt.URI
- func URIValue(v *strfmt.URI) strfmt.URI
- func UUID(v strfmt.UUID) *strfmt.UUID
- func UUID3(v strfmt.UUID3) *strfmt.UUID3
- func UUID3Value(v *strfmt.UUID3) strfmt.UUID3
- func UUID4(v strfmt.UUID4) *strfmt.UUID4
- func UUID4Value(v *strfmt.UUID4) strfmt.UUID4
- func UUID5(v strfmt.UUID5) *strfmt.UUID5
- func UUID5Value(v *strfmt.UUID5) strfmt.UUID5
- func UUIDValue(v *strfmt.UUID) strfmt.UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Value ¶
Base64Value returns the value of the Base64 pointer passed in or the default value if the pointer is nil.
func CIDRValue ¶ added in v0.19.0
CIDRValue returns the value of the CIDR pointer passed in or the default value if the pointer is nil.
func CreditCard ¶
func CreditCard(v strfmt.CreditCard) *strfmt.CreditCard
CreditCard returns a pointer to of the CreditCard value passed in.
func CreditCardValue ¶
func CreditCardValue(v *strfmt.CreditCard) strfmt.CreditCard
CreditCardValue returns the value of the CreditCard pointer passed in or the default value if the pointer is nil.
func DateTimeValue ¶
DateTimeValue returns the value of the DateTime pointer passed in or the default value if the pointer is nil.
func DateValue ¶
DateValue returns the value of the Date pointer passed in or the default value if the pointer is nil.
func DurationValue ¶
DurationValue returns the value of the Duration pointer passed in or the default value if the pointer is nil.
func EmailValue ¶
EmailValue returns the value of the Email pointer passed in or the default value if the pointer is nil.
func HexColorValue ¶
HexColorValue returns the value of the HexColor pointer passed in or the default value if the pointer is nil.
func HostnameValue ¶
HostnameValue returns the value of the Hostname pointer passed in or the default value if the pointer is nil.
func IPv4Value ¶
IPv4Value returns the value of the IPv4 pointer passed in or the default value if the pointer is nil.
func IPv6Value ¶
IPv6Value returns the value of the IPv6 pointer passed in or the default value if the pointer is nil.
func ISBN10Value ¶
ISBN10Value returns the value of the ISBN10 pointer passed in or the default value if the pointer is nil.
func ISBN13Value ¶
ISBN13Value returns the value of the ISBN13 pointer passed in or the default value if the pointer is nil.
func ISBNValue ¶
ISBNValue returns the value of the ISBN pointer passed in or the default value if the pointer is nil.
func MACValue ¶
MACValue returns the value of the MAC pointer passed in or the default value if the pointer is nil.
func PasswordValue ¶
PasswordValue returns the value of the Password pointer passed in or the default value if the pointer is nil.
func RGBColorValue ¶
RGBColorValue returns the value of the RGBColor pointer passed in or the default value if the pointer is nil.
func SSNValue ¶
SSNValue returns the value of the SSN pointer passed in or the default value if the pointer is nil.
func ULIDValue ¶ added in v0.20.1
ULIDValue returns the value of the ULID pointer passed in or the default value if the pointer is nil.
func URIValue ¶
URIValue returns the value of the URI pointer passed in or the default value if the pointer is nil.
func UUID3Value ¶
UUID3Value returns the value of the UUID3 pointer passed in or the default value if the pointer is nil.
func UUID4Value ¶
UUID4Value returns the value of the UUID4 pointer passed in or the default value if the pointer is nil.
func UUID5Value ¶
UUID5Value returns the value of the UUID5 pointer passed in or the default value if the pointer is nil.
Types ¶
This section is empty.