Monorepo for Tangled
at push-pkuzytwlwptp 20 lines 602 B view raw
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package tangled 4 5// schema: sh.tangled.repo.pull.status 6 7const ( 8 RepoPullStatusNSID = "sh.tangled.repo.pull.status" 9) 10 11func init() { 12 // util.RegisterType("sh.tangled.repo.pull.status", &RepoPullStatus{}) 13} // 14// RECORDTYPE: RepoPullStatus 15type RepoPullStatus struct { 16 LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.status" cborgen:"$type,const=sh.tangled.repo.pull.status"` 17 Pull string `json:"pull" cborgen:"pull"` 18 // status: status of the pull request 19 Status string `json:"status" cborgen:"status"` 20}