Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ProtocolHTTPS is the https credential protocol. ProtocolHTTPS = "https" // ProtocolHTTP is the http credential protocol. ProtocolHTTP = "http" )
Variables ¶
View Source
var ( // ErrUnsupportedProtocol will return if protocol is unsupported. ErrUnsupportedProtocol = errors.New("unsupported protocol") // ErrInvalidValue means value is invalid. ErrInvalidValue = errors.New("invalid value") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.