Documentation
¶
Index ¶
- Variables
- func Build() *uri
- type UriScheme
- func (t UriScheme) MarshalJSON() ([]byte, error)
- func (t UriScheme) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (t UriScheme) MarshalYAML() (interface{}, error)
- func (t *UriScheme) Scan(value interface{}) error
- func (t UriScheme) String() string
- func (t *UriScheme) UnmarshalJSON(data []byte) error
- func (t *UriScheme) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
- func (t *UriScheme) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (t UriScheme) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var UriSchemes = uriSchemes{}/* 239 elements not displayed */
Functions ¶
Types ¶
type UriScheme ¶
type UriScheme string
func (UriScheme) MarshalJSON ¶
func (UriScheme) MarshalXML ¶
func (UriScheme) MarshalYAML ¶
func (*UriScheme) UnmarshalJSON ¶
func (*UriScheme) UnmarshalXML ¶
func (*UriScheme) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.