Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct { Version string `json:"version,omitempty"` Commit string `json:"commit,omitempty"` Date string `json:"date,omitempty"` ResourceFiles []*ResourceFilesInfo `json:"resource_files,omitempty"` }
Info creates a formattable struct for output.
type ResourceFilesInfo ¶
type ResourceFilesInfo struct { Path string `json:"path,omitempty"` Checksum string `json:"checksum,omitempty"` Type string `json:"type,omitempty"` }
ResourceFilesInfo describes embedded files.
Click to show internal directories.
Click to hide internal directories.