Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WinVSSSnapshot ¶
type WinVSSSnapshot struct { SnapshotPath string `json:"path"` Id string `json:"vss_id"` TimeStarted time.Time `json:"time_started"` // contains filtered or unexported fields }
func Snapshot ¶
func Snapshot(driveLetter string) (*WinVSSSnapshot, error)
func (*WinVSSSnapshot) Close ¶
func (instance *WinVSSSnapshot) Close()
Click to show internal directories.
Click to hide internal directories.