// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. // Lexicon schema: sh.tangled.repo.pull.status package tangled import ( lexutil "github.com/bluesky-social/indigo/lex/util" ) const ( RepoPullStatusNSID = "sh.tangled.repo.pull.status" ) func init() { lexutil.RegisterType("sh.tangled.repo.pull.status", &RepoPullStatus{}) } type RepoPullStatus struct { LexiconTypeID string `json:"$type" cborgen:"$type,const=sh.tangled.repo.pull.status"` Pull string `json:"pull" cborgen:"pull"` // status: status of the pull request Status string `json:"status" cborgen:"status"` }