alpha
Login
or
Join now
willdot.net
/
distributed-pds
forked from
willdot.net/cocoon
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A fork of the Cocoon PDS but being made more distributed.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
typo
author
Hailey
date
1 year ago
(Mar 28, 2025, 11:41 PM -0700)
commit
90a22cd3
90a22cd304044f2e704f1dabc0124c67d9c96a81
parent
ba805c95
ba805c95b607bce3cabc9ab6f1272ba609c8908a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
server
repo.go
+1
-1
server/repo.go
Reviewed
···
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"`