// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. // Lexicon schema: sh.tangled.ci.workflow.run package tangled import ( lexutil "github.com/bluesky-social/indigo/lex/util" ) const ( CiWorkflowRunNSID = "sh.tangled.ci.workflow.run" ) func init() { lexutil.RegisterType("sh.tangled.ci.workflow.run", &CiWorkflowRun{}) } type CiWorkflowRun struct { LexiconTypeID string `json:"$type" cborgen:"$type,const=sh.tangled.ci.workflow.run"` Adapter string `json:"adapter" cborgen:"adapter"` Name string `json:"name" cborgen:"name"` Status *string `json:"status" cborgen:"status"` }