Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitEntry ¶
type CommitEntry struct {
ID string `json:"ID"`
Message string `json:"Message"`
Timestamp int64 `json:"Timestamp"`
Tags []string `json:"Tags"`
Author string `json:"Author"`
VMID string `json:"VMID"`
Alias string `json:"Alias"`
HostArchitecture string `json:"HostArchitecture"`
}
func GetCommits ¶
GetCommits fetches commit entries for a VM via the low-level client.Get to access custom endpoint shape.
Click to show internal directories.
Click to hide internal directories.