Further scaffolding
This commit is contained in:
9
core/data/descriptor.go
Normal file
9
core/data/descriptor.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package data
|
||||
|
||||
type Descriptor struct {
|
||||
Type string
|
||||
Key string
|
||||
Schema string
|
||||
Attributes map[string]string
|
||||
Tags []string
|
||||
}
|
||||
Reference in New Issue
Block a user