quintodrome/models/property.go

7 lines
69 B
Go
Raw Normal View History

package models
type Property struct {
Id string
Value string
}