gis/server/datasets/types.go

7 lines
94 B
Go

package datasets
type Dataset struct {
ID string `json:"id"`
Name string `json:"name"`
}