Documentation ¶
Overview ¶
Package client contains helper function to deal with the different client protocols.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Protocols = map[string]transport.Transport{ "http": http.DefaultClient, "https": http.DefaultClient, "ssh": ssh.DefaultClient, "git": git.DefaultClient, "file": file.DefaultClient, }
Protocols are the protocols supported by default.
Functions ¶
func InstallProtocol ¶
InstallProtocol adds or modifies an existing protocol.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.