_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c171600
// SSNValue returns the value of the SSN pointer passed in or // the default value if the pointer is nil.
c171601
// HexColorValue returns the value of the HexColor pointer passed in or // the default value if the pointer is nil.
c171602
// RGBColorValue returns the value of the RGBColor pointer passed in or // the default value if the pointer is nil.
c171603
// PasswordValue returns the value of the Password pointer passed in or // the default value if the pointer is nil.
c171604
// MarshalJSON returns the ObjectId as JSON
c171605
// MarshalEasyJSON writes the ObjectId to a easyjson.Writer
c171606
// UnmarshalJSON sets the ObjectId from JSON
c171607
// UnmarshalEasyJSON sets the ObjectId from a easyjson.Lexer
c171608
// SetBSON sets the ObjectId from raw bson data
c171609
// DeepCopy copies the receiver into a new ObjectId.
c171610
// IsHostname returns true when the string is a valid hostname
c171611
// IsEmail validates an email address.
c171612
// MarshalJSON returns the Base64 as JSON
c171613
// MarshalEasyJSON writes the Base64 to a easyjson.Writer
c171614
// UnmarshalJSON sets the Base64 from JSON
c171615
// UnmarshalEasyJSON sets the Base64 from a easyjson.Lexer
c171616
// SetBSON sets the Base64 from raw bson data
c171617
// DeepCopy copies the receiver into a new Base64.
c171618
// MarshalJSON returns the URI as JSON
c171619
// MarshalEasyJSON writes the URI to a easyjson.Writer
c171620
// UnmarshalJSON sets the URI from JSON
c171621
// DeepCopy copies the receiver into a new URI.
c171622
// MarshalJSON returns the Email as JSON
c171623
// MarshalEasyJSON writes the Email to a easyjson.Writer
c171624
// UnmarshalJSON sets the Email from JSON
c171625
// UnmarshalEasyJSON sets the Email from a easyjson.Lexer
c171626
// SetBSON sets the Email from raw bson data
c171627
// DeepCopy copies the receiver into a new Email.
c171628
// MarshalEasyJSON writes the Hostname to a easyjson.Writer
c171629
// SetBSON sets the Hostname from raw bson data
c171630
// DeepCopy copies the receiver into a new Hostname.
c171631
// MarshalEasyJSON writes the IPv4 to a easyjson.Writer
c171632
// DeepCopy copies the receiver into a new IPv4.
c171633
// MarshalEasyJSON writes the IPv6 to a easyjson.Writer
c171634
// DeepCopy copies the receiver into a new IPv6.
c171635
// MarshalEasyJSON writes the CIDR to a easyjson.Writer
c171636
// DeepCopy copies the receiver into a new CIDR.
c171637
// MarshalEasyJSON writes the MAC to a easyjson.Writer
c171638
// DeepCopy copies the receiver into a new MAC.
c171639
// MarshalEasyJSON writes the UUID to a easyjson.Writer
c171640
// SetBSON sets the UUID from raw bson data
c171641
// DeepCopy copies the receiver into a new UUID.
c171642
// MarshalEasyJSON writes the UUID3 to a easyjson.Writer
c171643
// DeepCopy copies the receiver into a new UUID3.
c171644
// MarshalEasyJSON writes the UUID4 to a easyjson.Writer
c171645
// UnmarshalJSON sets the UUID4 from JSON
c171646
// DeepCopy copies the receiver into a new UUID4.
c171647
// MarshalEasyJSON writes the UUID5 to a easyjson.Writer
c171648
// DeepCopy copies the receiver into a new UUID5.
c171649
// MarshalEasyJSON writes the ISBN to a easyjson.Writer
c171650
// DeepCopy copies the receiver into a new ISBN.
c171651
// MarshalEasyJSON writes the ISBN10 to a easyjson.Writer
c171652
// UnmarshalEasyJSON sets the ISBN10 from a easyjson.Lexer
c171653
// DeepCopy copies the receiver into a new ISBN10.
c171654
// MarshalEasyJSON writes the ISBN13 to a easyjson.Writer
c171655
// DeepCopy copies the receiver into a new ISBN13.
c171656
// MarshalEasyJSON writes the CreditCard to a easyjson.Writer
c171657
// DeepCopy copies the receiver into a new CreditCard.
c171658
// MarshalEasyJSON writes the SSN to a easyjson.Writer
c171659
// DeepCopy copies the receiver into a new SSN.
c171660
// MarshalJSON returns the HexColor as JSON
c171661
// MarshalEasyJSON writes the HexColor to a easyjson.Writer
c171662
// UnmarshalJSON sets the HexColor from JSON
c171663
// UnmarshalEasyJSON sets the HexColor from a easyjson.Lexer
c171664
// DeepCopy copies the receiver into a new HexColor.
c171665
// MarshalEasyJSON writes the RGBColor to a easyjson.Writer
c171666
// UnmarshalJSON sets the RGBColor from JSON
c171667
// UnmarshalEasyJSON sets the RGBColor from a easyjson.Lexer
c171668
// DeepCopy copies the receiver into a new RGBColor.
c171669
// MarshalJSON returns the Password as JSON
c171670
// MarshalEasyJSON writes the Password to a easyjson.Writer
c171671
// SetBSON sets the Password from raw bson data
c171672
// DeepCopy copies the receiver into a new Password.
c171673
// IsDateTime returns true when the string is a valid date-time
c171674
// ParseDateTime parses a string that represents an ISO8601 time or a unix epoch
c171675
// UnmarshalText implements the text unmarshaller interface
c171676
// Scan scans a DateTime value from database driver type.
c171677
// Value converts DateTime to a primitive value ready to written to a database.
c171678
// MarshalJSON returns the DateTime as JSON
c171679
// MarshalEasyJSON writes the DateTime to a easyjson.Writer
c171680
// UnmarshalJSON sets the DateTime from JSON
c171681
// UnmarshalEasyJSON sets the DateTime from a easyjson.Lexer
c171682
// SetBSON sets the DateTime from raw bson data
c171683
// DeepCopy copies the receiver into a new DateTime.
c171684
// IsDuration returns true if the provided string is a valid duration
c171685
// ParseDuration parses a duration from a string, compatible with scala duration syntax
c171686
// Scan reads a Duration value from database driver type.
c171687
// Value converts Duration to a primitive value ready to be written to a database.
c171688
// MarshalJSON returns the Duration as JSON
c171689
// MarshalEasyJSON writes the Duration to a easyjson.Writer
c171690
// UnmarshalJSON sets the Duration from JSON
c171691
// UnmarshalEasyJSON sets the Duration from a easyjson.Lexer
c171692
// SetBSON sets the Duration from raw bson data
c171693
// DeepCopy copies the receiver into a new Duration.
c171694
// DateValue returns the value of the Date pointer passed in or // the default value if the pointer is nil.
c171695
// IsDate returns true when the string is a valid date
c171696
// UnmarshalText parses a text representation into a date type
c171697
// Scan scans a Date value from database driver type.
c171698
// Value converts Date to a primitive value ready to written to a database.
c171699
// MarshalEasyJSON writes the Date to a easyjson.Writer