package conv
import "github.com/go-openapi/strfmt/conv"
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
Functions ¶
func Base64 ¶
Base64 returns a pointer to of the Base64 value passed in.
func Base64Value ¶
Base64Value returns the value of the Base64 pointer passed in or the default value if the pointer is nil.
func CIDR ¶
CIDR returns a pointer to of the CIDR value passed in.
func CIDRValue ¶
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 Date ¶
Date returns a pointer to of the Date value passed in.
func DateTime ¶
DateTime returns a pointer to of the DateTime value passed in.
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 Duration ¶
Duration returns a pointer to of the Duration value passed in.
func DurationValue ¶
DurationValue returns the value of the Duration pointer passed in or the default value if the pointer is nil.
func Email ¶
Email returns a pointer to of the Email value passed in.
func EmailValue ¶
EmailValue returns the value of the Email pointer passed in or the default value if the pointer is nil.
func HexColor ¶
HexColor returns a pointer to of the HexColor value passed in.
func HexColorValue ¶
HexColorValue returns the value of the HexColor pointer passed in or the default value if the pointer is nil.
func Hostname ¶
Hostname returns a pointer to of the Hostname value passed in.
func HostnameValue ¶
HostnameValue returns the value of the Hostname pointer passed in or the default value if the pointer is nil.
func IPv4 ¶
IPv4 returns a pointer to of the IPv4 value passed in.
func IPv4Value ¶
IPv4Value returns the value of the IPv4 pointer passed in or the default value if the pointer is nil.
func IPv6 ¶
IPv6 returns a pointer to of the IPv6 value passed in.
func IPv6Value ¶
IPv6Value returns the value of the IPv6 pointer passed in or the default value if the pointer is nil.
func ISBN ¶
ISBN returns a pointer to of the ISBN value passed in.
func ISBN10 ¶
ISBN10 returns a pointer to of the ISBN10 value passed in.
func ISBN10Value ¶
ISBN10Value returns the value of the ISBN10 pointer passed in or the default value if the pointer is nil.
func ISBN13 ¶
ISBN13 returns a pointer to of the ISBN13 value passed in.
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 MAC ¶
MAC returns a pointer to of the MAC value passed in.
func MACValue ¶
MACValue returns the value of the MAC pointer passed in or the default value if the pointer is nil.
func Password ¶
Password returns a pointer to of the Password value passed in.
func PasswordValue ¶
PasswordValue returns the value of the Password pointer passed in or the default value if the pointer is nil.
func RGBColor ¶
RGBColor returns a pointer to of the RGBColor value passed in.
func RGBColorValue ¶
RGBColorValue returns the value of the RGBColor pointer passed in or the default value if the pointer is nil.
func SSN ¶
SSN returns a pointer to of the SSN value passed in.
func SSNValue ¶
SSNValue returns the value of the SSN pointer passed in or the default value if the pointer is nil.
func ULID ¶
ULID returns a pointer to of the ULID value passed in.
func ULIDValue ¶
ULIDValue returns the value of the ULID pointer passed in or the default value if the pointer is nil.
func URI ¶
URI returns a pointer to of the URI value passed in.
func URIValue ¶
URIValue returns the value of the URI pointer passed in or the default value if the pointer is nil.
func UUID ¶
UUID returns a pointer to of the UUID value passed in.
func UUID3 ¶
UUID3 returns a pointer to of the UUID3 value passed in.
func UUID3Value ¶
UUID3Value returns the value of the UUID3 pointer passed in or the default value if the pointer is nil.
func UUID4 ¶
UUID4 returns a pointer to of the UUID4 value passed in.
func UUID4Value ¶
UUID4Value returns the value of the UUID4 pointer passed in or the default value if the pointer is nil.
func UUID5 ¶
UUID5 returns a pointer to of the UUID5 value passed in.
func UUID5Value ¶
UUID5Value returns the value of the UUID5 pointer passed in or the default value if the pointer is nil.
func UUIDValue ¶
UUIDValue returns the value of the UUID pointer passed in or the default value if the pointer is nil.
Source Files ¶
date.go default.go duration.go time.go ulid.go
- Version
- v0.23.0 (latest)
- Published
- Mar 9, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 4 days ago –
Tools for package owners.