Something went wrong. Try again.
Monorepo for Tangled
Something went wrong. Try again.
1234567891011121314151617181920212223242526// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
package tangled
// schema: sh.tangled.string
import ( "github.com/bluesky-social/indigo/lex/util")
const ( StringNSID = "sh.tangled.string")
func init() { util.RegisterType("sh.tangled.string", &String{})} //// RECORDTYPE: Stringtype String struct { LexiconTypeID string `json:"$type,const=sh.tangled.string" cborgen:"$type,const=sh.tangled.string"` Contents string `json:"contents" cborgen:"contents"` CreatedAt string `json:"createdAt" cborgen:"createdAt"` Description string `json:"description" cborgen:"description"` Filename string `json:"filename" cborgen:"filename"`}