Documentation ¶ Index ¶ func Run(inputs Inputs, mappings *Mappings, format *template.Template, out io.Writer) error type Inputs type Mapping func NewMapping(cidr net.IPNet, value string) Mapping type Mappings Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(inputs Inputs, mappings *Mappings, format *template.Template, out io.Writer) error Types ¶ type Inputs ¶ type Inputs = []net.IP type Mapping ¶ type Mapping struct { // contains filtered or unexported fields } func NewMapping ¶ func NewMapping(cidr net.IPNet, value string) Mapping type Mappings ¶ type Mappings = []Mapping Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.