1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
2
3package tangled
4
5// schema: sh.tangled.spindle
6
7import (
8 "github.com/bluesky-social/indigo/lex/util"
9)
10
11const (
12 SpindleNSID = "sh.tangled.spindle"
13)
14
15func init() {
16 util.RegisterType("sh.tangled.spindle", &Spindle{})
17} //
18// RECORDTYPE: Spindle
19type Spindle struct {
20 LexiconTypeID string `json:"$type,const=sh.tangled.spindle" cborgen:"$type,const=sh.tangled.spindle"`
21 CreatedAt string `json:"createdAt" cborgen:"createdAt"`
22}