PKGBUILD/pkg/config/device.go

8 lines
173 B
Go
Raw Normal View History

2019-02-17 17:23:59 +00:00
package config
type Device struct {
DeviceID string `json:"device_id"`
DeviceName string `json:"device_name"`
DeviceLocation string `json:"device_location"`
}