PKGBUILD/pkg/config/device.go

8 lines
173 B
Go

package config
type Device struct {
DeviceID string `json:"device_id"`
DeviceName string `json:"device_name"`
DeviceLocation string `json:"device_location"`
}