Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadIgnorePatterns ¶
Types ¶
type Change ¶
type Change struct {
Path string `json:"path"`
Type ChangeType `json:"type"`
LocalHash string `json:"local_hash,omitempty"`
RemoteHash string `json:"remote_hash,omitempty"`
}
type ChangeType ¶
type ChangeType int
const ( Added ChangeType = iota Modified Deleted Unchanged )
func (ChangeType) String ¶
func (ct ChangeType) String() string
Click to show internal directories.
Click to hide internal directories.