Something went wrong. Try again.
Monorepo for Tangled
Something went wrong. Try again.
Go
123456789101112131415161718192021222324252627// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
package tangled
// schema: sh.tangled.repo.pull.comment
import ( "github.com/bluesky-social/indigo/lex/util")
const ( RepoPullCommentNSID = "sh.tangled.repo.pull.comment")
func init() { util.RegisterType("sh.tangled.repo.pull.comment", &RepoPullComment{})} //// RECORDTYPE: RepoPullCommenttype RepoPullComment struct { LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.comment" cborgen:"$type,const=sh.tangled.repo.pull.comment"` Body string `json:"body" cborgen:"body"` CreatedAt string `json:"createdAt" cborgen:"createdAt"` Mentions []string `json:"mentions,omitempty" cborgen:"mentions,omitempty"` Pull string `json:"pull" cborgen:"pull"` References []string `json:"references,omitempty" cborgen:"references,omitempty"`}