Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IpTable ¶
type IpTable struct { Protocol iptables.Protocol Execer exec.Interface IpTable iptables.Interface FWD IpTableChain NAT IpTableChain }
type IpTableChain ¶
type StringArrayBuilder ¶
type StringArrayBuilder struct {
Out []string
}
func NewStringArrayBuilder ¶
func NewStringArrayBuilder() *StringArrayBuilder
func (*StringArrayBuilder) Add ¶
func (sab *StringArrayBuilder) Add(strs ...string) *StringArrayBuilder
Click to show internal directories.
Click to hide internal directories.