Documentation ¶
Index ¶
Constants ¶
View Source
const Man = `` /* 5089-byte string literal not displayed */
Variables ¶
View Source
var Goes = &goes.Goes{ NAME: "netns", USAGE: ` ip netns add NETNSNAME ip [-all] netns delete [ NETNSNAME ] ip [-all] netns exec [ NETNSNAME ] command... ip netns [ list ] ip netns list-id ip netns identify [ PID ] ip netns pids NETNSNAME ip netns monitor ip netns set NETNSNAME NETNSID`, APROPOS: lang.Alt{ lang.EnUS: "network namespace management", }, MAN: lang.Alt{ lang.EnUS: Man, }, ByName: map[string]cmd.Cmd{ "add": add.Command{}, "delete": delete.Command{}, "exec": &exec.Command{}, "identify": identify.Command{}, "": list.Command(""), "list": list.Command("list"), "list-id": listid.Command{}, "mon": mon.Command{}, "pids": pids.Command{}, "set": set.Command{}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.