Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockEntry ¶
type LockEntry struct {
Type string `json:"type"`
TreeSHA string `json:"tree_sha,omitempty"`
RefResolved string `json:"ref_resolved,omitempty"`
ETag string `json:"etag,omitempty"`
LastMod string `json:"last_modified,omitempty"`
SyncedAt time.Time `json:"synced_at"`
Files map[string]string `json:"files,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.