ctdo.de/structs.go

11 lines
127 B
Go

package main
type submit struct {
data string
}
type status struct {
state bool
lastchange int64
power int64
}