Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

1package db 2 3const RepoDIDAssignNSID = "sh.tangled.repo.didAssign" 4 5type RepoDIDAssign struct { 6 OwnerDid string `json:"ownerDid"` 7 RepoName string `json:"repoName"` 8 RepoDid string `json:"repoDid"` 9}