Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForceSymlink ¶
Types ¶
type IPWithMask ¶ added in v1.0.9
IPWithMask stores an IP address and its associated network mask. It _semantically_ differs from IPNet which stores a network address.
func (*IPWithMask) FromString ¶ added in v1.0.9
func (IP *IPWithMask) FromString(s string) error
func (IPWithMask) MarshalYAML ¶ added in v1.0.9
func (IP IPWithMask) MarshalYAML() (interface{}, error)
func (IPWithMask) String ¶ added in v1.0.9
func (IP IPWithMask) String() string
func (*IPWithMask) UnmarshalYAML ¶ added in v1.0.9
func (IP *IPWithMask) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.