Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileHashBytes ¶
Types ¶
type ObjectStub ¶
type Snapshot ¶
type Snapshot struct {
SchemaVersion int `json:"schema_version"`
Kind string `json:"kind"`
Path string `json:"path"`
FileHash string `json:"file_hash"`
GeneratedBy string `json:"generated_by"`
Objects []ObjectStub `json:"objects"`
}
func BuildSnapshotFromData ¶
Click to show internal directories.
Click to hide internal directories.