robot-control-manager/modules/structs/rex.go

9 lines
101 B
Go

package structs
type Rex struct {
Id string
Address string
JobId string
Task string
}