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