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