lux/proto/lux_type.go
2024-12-29 12:29:07 +02:00

8 lines
74 B
Go

package proto
type LuxType uint
const (
LuxTypeHost = 0
LuxTypeNode
)