package regnault type Example struct { LexiconTypeID string `json:"$type,const=dev.regnault.example" cborgen:"$type,const=dev.regnault.example"` Test string `json:"test" cborgen:"test"` }