Macrame/be/app/structs/device-struct.go

6 lines
96 B
Go

package structs
type Settings struct {
Name string `json:"name"`
Type string `json:"type"`
}