// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. // Lexicon schema: space.shlf.actor.profile package shlf import ( lexutil "github.com/bluesky-social/indigo/lex/util" ) func init() { lexutil.RegisterType("space.shlf.actor.profile", &ActorProfile{}) } type ActorProfile struct { LexiconTypeID string `json:"$type" cborgen:"$type,const=space.shlf.actor.profile"` CreatedAt string `json:"createdAt" cborgen:"createdAt"` DisplayName string `json:"displayName" cborgen:"displayName"` }