// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. // Lexicon schema: sh.tangled.repo.collaborator package tangled import ( lexutil "github.com/bluesky-social/indigo/lex/util" ) const ( RepoCollaboratorNSID = "sh.tangled.repo.collaborator" ) func init() { lexutil.RegisterType("sh.tangled.repo.collaborator", &RepoCollaborator{}) } type RepoCollaborator struct { LexiconTypeID string `json:"$type" cborgen:"$type,const=sh.tangled.repo.collaborator"` CreatedAt string `json:"createdAt" cborgen:"createdAt"` // repo: repo to add this user to Repo string `json:"repo" cborgen:"repo"` Subject string `json:"subject" cborgen:"subject"` }