Documentation
¶
Index ¶
Constants ¶
View Source
const ( SchemeMagnet = "magnet" SchemeED2k = "ed2k" SchemeFTP = "ftp" SchemeUnknown = "" )
Schemes for different protocols.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type URI ¶
type URI struct { Scheme string // contains filtered or unexported fields }
URI contains higher level information from a url.URL.
func (*URI) DisplayName ¶
DisplayName returns a human-friendly name of the object that the URI is pointing to. NOTE: If there's none, the full URI will be returned.
Click to show internal directories.
Click to hide internal directories.