9 lines
82 B
Go
9 lines
82 B
Go
|
package types
|
||
|
|
||
|
type IdentifierType int
|
||
|
|
||
|
const (
|
||
|
HWAddress = 0
|
||
|
MacAddress = 0
|
||
|
)
|