Something went wrong. Try again.
Monorepo for Tangled
Something went wrong. Try again.
Go
12345678910111213package models
import "github.com/bluesky-social/indigo/atproto/syntax"
type RepoLanguage struct { Id int64 RepoDid syntax.DID Ref string IsDefaultRef bool Language string Bytes int64}