Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTimeout = time.Second * 30
View Source
var UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"
Functions ¶
This section is empty.
Types ¶
type MountList ¶
type MountList struct {
MountPoints []MountPoints `json:"mountPoints"`
}
type MountPoint ¶
type MountPoints ¶
type MountResult ¶
type RemotesResult ¶
type RemotesResult struct {
Remotes []string `json:"remotes"`
}
Click to show internal directories.
Click to hide internal directories.