Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { ListGateways() ([]Gateway, error) ListRules(iface string) ([]FirewallRule, error) AddRule(iface, source, destination, gateway, description string) (FirewallRule, error) }
Client connects to the remote Web UI
func NewSensemillaClient ¶
NewSensemillaClient returns a new remote.Client compatible with Sensemilla-ish Web UI
Click to show internal directories.
Click to hide internal directories.