Documentation
¶
Index ¶
Constants ¶
View Source
const IndexFileName = ".dockform-index.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diff ¶
func DiffIndexes ¶
type Index ¶
type Index struct {
Version string `json:"version"`
Target string `json:"target_path"`
CreatedAt string `json:"created_at"`
Exclude []string `json:"exclude"`
UID int `json:"uid"`
GID int `json:"gid"`
Files []FileEntry `json:"files"`
TreeHash string `json:"tree_hash"`
}
func BuildLocalIndex ¶
func ParseIndexJSON ¶
Click to show internal directories.
Click to hide internal directories.