Monorepo for Tangled
Something went wrong. Try again.
Go
1234567891011121314151617181920212223package models
import ( "database/sql" "time"
"github.com/bluesky-social/indigo/atproto/syntax")
type Collaborator struct { // identifiers for the record Id int64 Did syntax.DID Rkey sql.NullString
// content SubjectDid syntax.DID RepoDid syntax.DID
// meta Created time.Time}