this repo has no description
0
fork

Configure Feed

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

at f26c192595c3fd76aa70d76f35012e96438ada4e 14 lines 236 B view raw
1package models 2 3import ( 4 "github.com/bluesky-social/indigo/atproto/syntax" 5) 6 7type RepoLanguage struct { 8 Id int64 9 RepoAt syntax.ATURI 10 Ref string 11 IsDefaultRef bool 12 Language string 13 Bytes int64 14}