tangled
alpha
login
or
join now
willdot.net
/
cocoon
forked from
hailey.at/cocoon
0
fork
atom
An atproto PDS written in Go
0
fork
atom
overview
issues
pulls
pipelines
typo
hailey.at
11 months ago
90a22cd3
ba805c95
+1
-1
1 changed file
expand all
collapse all
unified
split
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"`