kea-manage/lib/types/types.go

9 lines
82 B
Go
Raw Normal View History

2024-09-14 04:21:14 +00:00
package types
type IdentifierType int
const (
HWAddress = 0
MacAddress = 0
)