porting all github actions from bluesky-social/indigo to tangled CI
at main 314 B view raw
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package atproto 4 5// schema: com.atproto.repo.defs 6 7// RepoDefs_CommitMeta is a "commitMeta" in the com.atproto.repo.defs schema. 8type RepoDefs_CommitMeta struct { 9 Cid string `json:"cid" cborgen:"cid"` 10 Rev string `json:"rev" cborgen:"rev"` 11}