porting all github actions from bluesky-social/indigo to tangled CI
at main 353 B view raw
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package ozone 4 5// schema: tools.ozone.signature.defs 6 7// SignatureDefs_SigDetail is a "sigDetail" in the tools.ozone.signature.defs schema. 8type SignatureDefs_SigDetail struct { 9 Property string `json:"property" cborgen:"property"` 10 Value string `json:"value" cborgen:"value"` 11}