tangled
alpha
login
or
join now
hailey.at
/
cocoon
this repo has no description
2
fork
atom
overview
issues
pulls
pipelines
typo
Hailey
9 months ago
90a22cd3
ba805c95
options
unified
split
Changed files
+1
-1
server
repo.go
+1
-1
server/repo.go
···
83
83
}
84
84
85
85
type ApplyWriteResult struct {
86
86
-
Uri string `json:"string"`
86
86
+
Uri string `json:"uri"`
87
87
Cid string `json:"cid"`
88
88
Commit *RepoCommit `json:"commit"`
89
89
ValidationStatus *string `json:"validationStatus"`