Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Functions ¶
Types ¶
type MountMetadata ¶ added in v0.2.0
type MountMetadata struct {
PID int `json:"pid"`
Source string `json:"source"`
MountPoint string `json:"mount_point"`
GitRepo string `json:"git_repo,omitempty"` // org/repo
GitBranch string `json:"git_branch,omitempty"` // branch name
GitRemote string `json:"git_remote,omitempty"` // full remote URL
Timestamp time.Time `json:"timestamp"`
Writable bool `json:"writable"`
}
MountMetadata stores information about an agent-mode mount.
Click to show internal directories.
Click to hide internal directories.