Documentation ¶
Overview ¶
Package connectionscheme
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Http = ConnectionScheme{"http"} Https = ConnectionScheme{"https"} )
Functions ¶
This section is empty.
Types ¶
type ConnectionScheme ¶
type ConnectionScheme struct {
Name string
}
func (ConnectionScheme) MarshalText ¶
func (c ConnectionScheme) MarshalText() (text []byte, err error)
func (ConnectionScheme) String ¶
func (c ConnectionScheme) String() string
func (*ConnectionScheme) UnmarshalText ¶
func (c *ConnectionScheme) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.