Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ifconfiger ¶
type Ifconfiger interface {
Ifconfig() []*NetInfo
}
type IfconfigerPlugin ¶
type IfconfigerPlugin struct {
Impl Ifconfiger
}
func (*IfconfigerPlugin) Client ¶
func (i *IfconfigerPlugin) Client(broker *plugin.MuxBroker, client *rpc.Client) (interface{}, error)
func (*IfconfigerPlugin) Server ¶
func (i *IfconfigerPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type IfconfigerRCPServer ¶
type IfconfigerRCPServer struct {
Impl Ifconfiger
}
func (*IfconfigerRCPServer) Ifconfig ¶
func (i *IfconfigerRCPServer) Ifconfig(args interface{}, resp *[]*NetInfo) error
type IfconfigerRPC ¶
type IfconfigerRPC struct {
// contains filtered or unexported fields
}
func (*IfconfigerRPC) Ifconfig ¶
func (i *IfconfigerRPC) Ifconfig() []*NetInfo
Click to show internal directories.
Click to hide internal directories.