Files
tessera/core/data/descriptor.go
2025-11-27 20:34:34 +08:00

10 lines
149 B
Go

package data
type Descriptor struct {
Type string
Key string
Schema string
Attributes map[string]string
Tags []string
}