Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { OnlyPredefined bool Predefined PredefinedPorts Ignore IgnorePorts }
type IgnorePorts ¶
type JsonFile ¶
type JsonFile struct { OnlyPredefined bool `json:"onlyPredefined"` Predefined PredefinedPorts `json:"predefined"` Ignore IgnorePorts `json:"ignore"` }
JsonFile is a struct to unmarshal config file
type PredefinedPorts ¶
Click to show internal directories.
Click to hide internal directories.