Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IP ¶
type IP string
IP 地址类型,如 192.168.0.1 或 3FFE:FFFF:0:CD30::/64
func (IP) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*IP) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type IPRange ¶
type IPRange string
IP 端类型,如 192.168.1.1 或 192.168.1.100-192.168.1.110
func (IPRange) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*IPRange) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type MAC ¶
type MAC string
MAC 地址类型,如 FE-FC-FE-86-DC-83
func (MAC) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*MAC) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.