kea-manage/lib/types/types.go
2024-09-13 22:21:14 -06:00

9 lines
82 B
Go

package types
type IdentifierType int
const (
HWAddress = 0
MacAddress = 0
)