Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IPPortVar ¶
type IPPortVar struct {
Val *string
}
IPPortVar is used for validating a command line option that represents an IP and a port. It implements the pflag.Value interface
type IPVar ¶
type IPVar struct {
Val *string
}
IPVar is used for validating a command line option that represents an IP. It implements the pflag.Value interface
type PortRangeVar ¶
type PortRangeVar struct {
Val *string
}
PortRangeVar is used for validating a command line option that represents a port range. It implements the pflag.Value interface
Click to show internal directories.
Click to hide internal directories.