···7)
89type Star struct {
10- Did string
11- RepoAt syntax.ATURI
12- Created time.Time
13- Rkey string
014}
1516// RepoStar is used for reverse mapping to repos
···7)
89type Star struct {
10+ Did string
11+ RepoAt syntax.ATURI
12+ SubjectDid string
13+ Created time.Time
14+ Rkey string
15}
1617// RepoStar is used for reverse mapping to repos
+1
appview/models/webhook.go
···16type Webhook struct {
17 Id int64
18 RepoAt syntax.ATURI
019 Url string
20 Secret string
21 Active bool