Home
last modified time | relevance | path

Searched defs:unlockResponse (Results 1 – 2 of 2) sorted by relevance

/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_unlock.go30 type unlockResponse struct { struct
31 Id string `json:"id,omitempty"`
32 Path string `json:"path,omitempty"`
33 Unlocked bool `json:"unlocked"`
34 Reason string `json:"reason,omitempty"`
37 func handleUnlockError(locks []unlockResponse, id string, path string, err error) []unlockResponse {
/dports/devel/git-lfs/git-lfs-3.0.2/locking/
H A Dapi.go98 type unlockResponse struct { struct
102 Lock *Lock `json:"lock"`
106 Message string `json:"message,omitempty"`
107 DocumentationURL string `json:"documentation_url,omitempty"`
108 RequestID string `json:"request_id,omitempty"`