ctdo.de/structs.go

12 lines
127 B
Go

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