cronsun/node.go

8 lines
116 B
Go

package cronsun
type Node struct {
Pid int `json:"pid"`
IP string `json:"ip"`
Port int `json:"port"`
}