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

8 lines
87 B
Go

package structs
// 3d printer
type Printer struct {
Id string
Address string
}