// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. // Lexicon schema: sh.tangled.spindle package tangled import ( lexutil "github.com/bluesky-social/indigo/lex/util" ) const ( SpindleNSID = "sh.tangled.spindle" ) func init() { lexutil.RegisterType("sh.tangled.spindle", &Spindle{}) } type Spindle struct { LexiconTypeID string `json:"$type" cborgen:"$type,const=sh.tangled.spindle"` CreatedAt string `json:"createdAt" cborgen:"createdAt"` }