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 ¶
type Provider ¶
type Provider interface {
Value() Value
}
Provider will return all info needed to connect a service.
Click to show internal directories.
Click to hide internal directories.