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