Monorepo for Tangled
at push-pkuzytwlwptp 19 lines 550 B view raw
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package tangled 4 5// schema: sh.tangled.graph.follow 6 7const ( 8 GraphFollowNSID = "sh.tangled.graph.follow" 9) 10 11func init() { 12 // util.RegisterType("sh.tangled.graph.follow", &GraphFollow{}) 13} // 14// RECORDTYPE: GraphFollow 15type GraphFollow struct { 16 LexiconTypeID string `json:"$type,const=sh.tangled.graph.follow" cborgen:"$type,const=sh.tangled.graph.follow"` 17 CreatedAt string `json:"createdAt" cborgen:"createdAt"` 18 Subject string `json:"subject" cborgen:"subject"` 19}