Documentation
¶
Index ¶
- Variables
- type ArpResponder
- type ArpResponderAddIPArgs
- func (p *ArpResponderAddIPArgs) GetCtag() VlanTagT
- func (p *ArpResponderAddIPArgs) GetIP() Ip4T
- func (p *ArpResponderAddIPArgs) GetIfaceName() string
- func (p *ArpResponderAddIPArgs) GetStag() VlanTagT
- func (p *ArpResponderAddIPArgs) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPArgs) ReadField2(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPArgs) ReadField3(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPArgs) ReadField4(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPArgs) String() string
- func (p *ArpResponderAddIPArgs) Write(oprot thrift.TProtocol) error
- type ArpResponderAddIPResult
- func (p *ArpResponderAddIPResult) GetSuccess() bool
- func (p *ArpResponderAddIPResult) IsSetSuccess() bool
- func (p *ArpResponderAddIPResult) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPResult) ReadField0(iprot thrift.TProtocol) error
- func (p *ArpResponderAddIPResult) String() string
- func (p *ArpResponderAddIPResult) Write(oprot thrift.TProtocol) error
- type ArpResponderAddInterfaceArgs
- func (p *ArpResponderAddInterfaceArgs) GetIfaceName() string
- func (p *ArpResponderAddInterfaceArgs) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderAddInterfaceArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *ArpResponderAddInterfaceArgs) String() string
- func (p *ArpResponderAddInterfaceArgs) Write(oprot thrift.TProtocol) error
- type ArpResponderAddInterfaceResult
- func (p *ArpResponderAddInterfaceResult) GetSuccess() bool
- func (p *ArpResponderAddInterfaceResult) IsSetSuccess() bool
- func (p *ArpResponderAddInterfaceResult) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderAddInterfaceResult) ReadField0(iprot thrift.TProtocol) error
- func (p *ArpResponderAddInterfaceResult) String() string
- func (p *ArpResponderAddInterfaceResult) Write(oprot thrift.TProtocol) error
- type ArpResponderClient
- func (p *ArpResponderClient) AddIP(iface_name string, stag VlanTagT, ctag VlanTagT, ip Ip4T) (r bool, err error)
- func (p *ArpResponderClient) AddInterface(iface_name string) (r bool, err error)
- func (p *ArpResponderClient) DelIP(iface_name string, stag VlanTagT, ctag VlanTagT) (r bool, err error)
- func (p *ArpResponderClient) DelInterface(iface_name string) (r bool, err error)
- func (p *ArpResponderClient) RequestMac(requests []*ReqTuplesT) (r []*RepTupleT, err error)
- type ArpResponderDelIPArgs
- func (p *ArpResponderDelIPArgs) GetCtag() VlanTagT
- func (p *ArpResponderDelIPArgs) GetIfaceName() string
- func (p *ArpResponderDelIPArgs) GetStag() VlanTagT
- func (p *ArpResponderDelIPArgs) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPArgs) ReadField2(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPArgs) ReadField3(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPArgs) String() string
- func (p *ArpResponderDelIPArgs) Write(oprot thrift.TProtocol) error
- type ArpResponderDelIPResult
- func (p *ArpResponderDelIPResult) GetSuccess() bool
- func (p *ArpResponderDelIPResult) IsSetSuccess() bool
- func (p *ArpResponderDelIPResult) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPResult) ReadField0(iprot thrift.TProtocol) error
- func (p *ArpResponderDelIPResult) String() string
- func (p *ArpResponderDelIPResult) Write(oprot thrift.TProtocol) error
- type ArpResponderDelInterfaceArgs
- func (p *ArpResponderDelInterfaceArgs) GetIfaceName() string
- func (p *ArpResponderDelInterfaceArgs) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderDelInterfaceArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *ArpResponderDelInterfaceArgs) String() string
- func (p *ArpResponderDelInterfaceArgs) Write(oprot thrift.TProtocol) error
- type ArpResponderDelInterfaceResult
- func (p *ArpResponderDelInterfaceResult) GetSuccess() bool
- func (p *ArpResponderDelInterfaceResult) IsSetSuccess() bool
- func (p *ArpResponderDelInterfaceResult) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderDelInterfaceResult) ReadField0(iprot thrift.TProtocol) error
- func (p *ArpResponderDelInterfaceResult) String() string
- func (p *ArpResponderDelInterfaceResult) Write(oprot thrift.TProtocol) error
- type ArpResponderProcessor
- func (p *ArpResponderProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *ArpResponderProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *ArpResponderProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *ArpResponderProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type ArpResponderRequestMacArgs
- func (p *ArpResponderRequestMacArgs) GetRequests() []*ReqTuplesT
- func (p *ArpResponderRequestMacArgs) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderRequestMacArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *ArpResponderRequestMacArgs) String() string
- func (p *ArpResponderRequestMacArgs) Write(oprot thrift.TProtocol) error
- type ArpResponderRequestMacResult
- func (p *ArpResponderRequestMacResult) GetSuccess() []*RepTupleT
- func (p *ArpResponderRequestMacResult) IsSetSuccess() bool
- func (p *ArpResponderRequestMacResult) Read(iprot thrift.TProtocol) error
- func (p *ArpResponderRequestMacResult) ReadField0(iprot thrift.TProtocol) error
- func (p *ArpResponderRequestMacResult) String() string
- func (p *ArpResponderRequestMacResult) Write(oprot thrift.TProtocol) error
- type Ip4T
- type MacT
- type RepTupleT
- func (p *RepTupleT) GetIndex() int32
- func (p *RepTupleT) GetIsFound() bool
- func (p *RepTupleT) GetMac() MacT
- func (p *RepTupleT) GetRequest() *ReqTupleT
- func (p *RepTupleT) IsSetRequest() bool
- func (p *RepTupleT) Read(iprot thrift.TProtocol) error
- func (p *RepTupleT) ReadField1(iprot thrift.TProtocol) error
- func (p *RepTupleT) ReadField2(iprot thrift.TProtocol) error
- func (p *RepTupleT) ReadField3(iprot thrift.TProtocol) error
- func (p *RepTupleT) ReadField4(iprot thrift.TProtocol) error
- func (p *RepTupleT) String() string
- func (p *RepTupleT) Write(oprot thrift.TProtocol) error
- type ReqTupleT
- func (p *ReqTupleT) GetCtag() VlanTagT
- func (p *ReqTupleT) GetIfaceName() string
- func (p *ReqTupleT) GetStag() VlanTagT
- func (p *ReqTupleT) Read(iprot thrift.TProtocol) error
- func (p *ReqTupleT) ReadField1(iprot thrift.TProtocol) error
- func (p *ReqTupleT) ReadField2(iprot thrift.TProtocol) error
- func (p *ReqTupleT) ReadField3(iprot thrift.TProtocol) error
- func (p *ReqTupleT) String() string
- func (p *ReqTupleT) Write(oprot thrift.TProtocol) error
- type ReqTuplesT
- func (p *ReqTuplesT) GetIP() Ip4T
- func (p *ReqTuplesT) GetIndex() int32
- func (p *ReqTuplesT) GetTuples() []*ReqTupleT
- func (p *ReqTuplesT) Read(iprot thrift.TProtocol) error
- func (p *ReqTuplesT) ReadField1(iprot thrift.TProtocol) error
- func (p *ReqTuplesT) ReadField2(iprot thrift.TProtocol) error
- func (p *ReqTuplesT) ReadField3(iprot thrift.TProtocol) error
- func (p *ReqTuplesT) String() string
- func (p *ReqTuplesT) Write(oprot thrift.TProtocol) error
- type VlanTagT
Constants ¶
This section is empty.
Variables ¶
View Source
var ArpResponderAddIPResult_Success_DEFAULT bool
View Source
var ArpResponderAddInterfaceResult_Success_DEFAULT bool
View Source
var ArpResponderDelIPResult_Success_DEFAULT bool
View Source
var ArpResponderDelInterfaceResult_Success_DEFAULT bool
View Source
var ArpResponderRequestMacResult_Success_DEFAULT []*RepTupleT
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type ArpResponder ¶
type ArpResponder interface { // Parameters: // - IfaceName AddInterface(iface_name string) (r bool, err error) // Parameters: // - IfaceName DelInterface(iface_name string) (r bool, err error) // Parameters: // - IfaceName // - Stag // - Ctag // - IP AddIP(iface_name string, stag VlanTagT, ctag VlanTagT, ip Ip4T) (r bool, err error) // Parameters: // - IfaceName // - Stag // - Ctag DelIP(iface_name string, stag VlanTagT, ctag VlanTagT) (r bool, err error) // Parameters: // - Requests RequestMac(requests []*ReqTuplesT) (r []*RepTupleT, err error) }
type ArpResponderAddIPArgs ¶
type ArpResponderAddIPArgs struct { IfaceName string `thrift:"iface_name,1" db:"iface_name" json:"iface_name"` Stag VlanTagT `thrift:"stag,2" db:"stag" json:"stag"` Ctag VlanTagT `thrift:"ctag,3" db:"ctag" json:"ctag"` IP Ip4T `thrift:"ip,4" db:"ip" json:"ip"` }
Attributes:
- IfaceName
- Stag
- Ctag
- IP
func NewArpResponderAddIPArgs ¶
func NewArpResponderAddIPArgs() *ArpResponderAddIPArgs
func (*ArpResponderAddIPArgs) GetCtag ¶
func (p *ArpResponderAddIPArgs) GetCtag() VlanTagT
func (*ArpResponderAddIPArgs) GetIP ¶
func (p *ArpResponderAddIPArgs) GetIP() Ip4T
func (*ArpResponderAddIPArgs) GetIfaceName ¶
func (p *ArpResponderAddIPArgs) GetIfaceName() string
func (*ArpResponderAddIPArgs) GetStag ¶
func (p *ArpResponderAddIPArgs) GetStag() VlanTagT
func (*ArpResponderAddIPArgs) Read ¶
func (p *ArpResponderAddIPArgs) Read(iprot thrift.TProtocol) error
func (*ArpResponderAddIPArgs) ReadField1 ¶
func (p *ArpResponderAddIPArgs) ReadField1(iprot thrift.TProtocol) error
func (*ArpResponderAddIPArgs) ReadField2 ¶
func (p *ArpResponderAddIPArgs) ReadField2(iprot thrift.TProtocol) error
func (*ArpResponderAddIPArgs) ReadField3 ¶
func (p *ArpResponderAddIPArgs) ReadField3(iprot thrift.TProtocol) error
func (*ArpResponderAddIPArgs) ReadField4 ¶
func (p *ArpResponderAddIPArgs) ReadField4(iprot thrift.TProtocol) error
func (*ArpResponderAddIPArgs) String ¶
func (p *ArpResponderAddIPArgs) String() string
type ArpResponderAddIPResult ¶
type ArpResponderAddIPResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewArpResponderAddIPResult ¶
func NewArpResponderAddIPResult() *ArpResponderAddIPResult
func (*ArpResponderAddIPResult) GetSuccess ¶
func (p *ArpResponderAddIPResult) GetSuccess() bool
func (*ArpResponderAddIPResult) IsSetSuccess ¶
func (p *ArpResponderAddIPResult) IsSetSuccess() bool
func (*ArpResponderAddIPResult) Read ¶
func (p *ArpResponderAddIPResult) Read(iprot thrift.TProtocol) error
func (*ArpResponderAddIPResult) ReadField0 ¶
func (p *ArpResponderAddIPResult) ReadField0(iprot thrift.TProtocol) error
func (*ArpResponderAddIPResult) String ¶
func (p *ArpResponderAddIPResult) String() string
type ArpResponderAddInterfaceArgs ¶
type ArpResponderAddInterfaceArgs struct {
IfaceName string `thrift:"iface_name,1" db:"iface_name" json:"iface_name"`
}
Attributes:
- IfaceName
func NewArpResponderAddInterfaceArgs ¶
func NewArpResponderAddInterfaceArgs() *ArpResponderAddInterfaceArgs
func (*ArpResponderAddInterfaceArgs) GetIfaceName ¶
func (p *ArpResponderAddInterfaceArgs) GetIfaceName() string
func (*ArpResponderAddInterfaceArgs) Read ¶
func (p *ArpResponderAddInterfaceArgs) Read(iprot thrift.TProtocol) error
func (*ArpResponderAddInterfaceArgs) ReadField1 ¶
func (p *ArpResponderAddInterfaceArgs) ReadField1(iprot thrift.TProtocol) error
func (*ArpResponderAddInterfaceArgs) String ¶
func (p *ArpResponderAddInterfaceArgs) String() string
type ArpResponderAddInterfaceResult ¶
type ArpResponderAddInterfaceResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewArpResponderAddInterfaceResult ¶
func NewArpResponderAddInterfaceResult() *ArpResponderAddInterfaceResult
func (*ArpResponderAddInterfaceResult) GetSuccess ¶
func (p *ArpResponderAddInterfaceResult) GetSuccess() bool
func (*ArpResponderAddInterfaceResult) IsSetSuccess ¶
func (p *ArpResponderAddInterfaceResult) IsSetSuccess() bool
func (*ArpResponderAddInterfaceResult) Read ¶
func (p *ArpResponderAddInterfaceResult) Read(iprot thrift.TProtocol) error
func (*ArpResponderAddInterfaceResult) ReadField0 ¶
func (p *ArpResponderAddInterfaceResult) ReadField0(iprot thrift.TProtocol) error
func (*ArpResponderAddInterfaceResult) String ¶
func (p *ArpResponderAddInterfaceResult) String() string
type ArpResponderClient ¶
type ArpResponderClient struct { Transport thrift.TTransport ProtocolFactory thrift.TProtocolFactory InputProtocol thrift.TProtocol OutputProtocol thrift.TProtocol SeqId int32 }
func NewArpResponderClientFactory ¶
func NewArpResponderClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ArpResponderClient
func NewArpResponderClientProtocol ¶
func NewArpResponderClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ArpResponderClient
func (*ArpResponderClient) AddIP ¶
func (p *ArpResponderClient) AddIP(iface_name string, stag VlanTagT, ctag VlanTagT, ip Ip4T) (r bool, err error)
Parameters:
- IfaceName
- Stag
- Ctag
- IP
func (*ArpResponderClient) AddInterface ¶
func (p *ArpResponderClient) AddInterface(iface_name string) (r bool, err error)
Parameters:
- IfaceName
func (*ArpResponderClient) DelIP ¶
func (p *ArpResponderClient) DelIP(iface_name string, stag VlanTagT, ctag VlanTagT) (r bool, err error)
Parameters:
- IfaceName
- Stag
- Ctag
func (*ArpResponderClient) DelInterface ¶
func (p *ArpResponderClient) DelInterface(iface_name string) (r bool, err error)
Parameters:
- IfaceName
func (*ArpResponderClient) RequestMac ¶
func (p *ArpResponderClient) RequestMac(requests []*ReqTuplesT) (r []*RepTupleT, err error)
Parameters:
- Requests
type ArpResponderDelIPArgs ¶
type ArpResponderDelIPArgs struct { IfaceName string `thrift:"iface_name,1" db:"iface_name" json:"iface_name"` Stag VlanTagT `thrift:"stag,2" db:"stag" json:"stag"` Ctag VlanTagT `thrift:"ctag,3" db:"ctag" json:"ctag"` }
Attributes:
- IfaceName
- Stag
- Ctag
func NewArpResponderDelIPArgs ¶
func NewArpResponderDelIPArgs() *ArpResponderDelIPArgs
func (*ArpResponderDelIPArgs) GetCtag ¶
func (p *ArpResponderDelIPArgs) GetCtag() VlanTagT
func (*ArpResponderDelIPArgs) GetIfaceName ¶
func (p *ArpResponderDelIPArgs) GetIfaceName() string
func (*ArpResponderDelIPArgs) GetStag ¶
func (p *ArpResponderDelIPArgs) GetStag() VlanTagT
func (*ArpResponderDelIPArgs) Read ¶
func (p *ArpResponderDelIPArgs) Read(iprot thrift.TProtocol) error
func (*ArpResponderDelIPArgs) ReadField1 ¶
func (p *ArpResponderDelIPArgs) ReadField1(iprot thrift.TProtocol) error
func (*ArpResponderDelIPArgs) ReadField2 ¶
func (p *ArpResponderDelIPArgs) ReadField2(iprot thrift.TProtocol) error
func (*ArpResponderDelIPArgs) ReadField3 ¶
func (p *ArpResponderDelIPArgs) ReadField3(iprot thrift.TProtocol) error
func (*ArpResponderDelIPArgs) String ¶
func (p *ArpResponderDelIPArgs) String() string
type ArpResponderDelIPResult ¶
type ArpResponderDelIPResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewArpResponderDelIPResult ¶
func NewArpResponderDelIPResult() *ArpResponderDelIPResult
func (*ArpResponderDelIPResult) GetSuccess ¶
func (p *ArpResponderDelIPResult) GetSuccess() bool
func (*ArpResponderDelIPResult) IsSetSuccess ¶
func (p *ArpResponderDelIPResult) IsSetSuccess() bool
func (*ArpResponderDelIPResult) Read ¶
func (p *ArpResponderDelIPResult) Read(iprot thrift.TProtocol) error
func (*ArpResponderDelIPResult) ReadField0 ¶
func (p *ArpResponderDelIPResult) ReadField0(iprot thrift.TProtocol) error
func (*ArpResponderDelIPResult) String ¶
func (p *ArpResponderDelIPResult) String() string
type ArpResponderDelInterfaceArgs ¶
type ArpResponderDelInterfaceArgs struct {
IfaceName string `thrift:"iface_name,1" db:"iface_name" json:"iface_name"`
}
Attributes:
- IfaceName
func NewArpResponderDelInterfaceArgs ¶
func NewArpResponderDelInterfaceArgs() *ArpResponderDelInterfaceArgs
func (*ArpResponderDelInterfaceArgs) GetIfaceName ¶
func (p *ArpResponderDelInterfaceArgs) GetIfaceName() string
func (*ArpResponderDelInterfaceArgs) Read ¶
func (p *ArpResponderDelInterfaceArgs) Read(iprot thrift.TProtocol) error
func (*ArpResponderDelInterfaceArgs) ReadField1 ¶
func (p *ArpResponderDelInterfaceArgs) ReadField1(iprot thrift.TProtocol) error
func (*ArpResponderDelInterfaceArgs) String ¶
func (p *ArpResponderDelInterfaceArgs) String() string
type ArpResponderDelInterfaceResult ¶
type ArpResponderDelInterfaceResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewArpResponderDelInterfaceResult ¶
func NewArpResponderDelInterfaceResult() *ArpResponderDelInterfaceResult
func (*ArpResponderDelInterfaceResult) GetSuccess ¶
func (p *ArpResponderDelInterfaceResult) GetSuccess() bool
func (*ArpResponderDelInterfaceResult) IsSetSuccess ¶
func (p *ArpResponderDelInterfaceResult) IsSetSuccess() bool
func (*ArpResponderDelInterfaceResult) Read ¶
func (p *ArpResponderDelInterfaceResult) Read(iprot thrift.TProtocol) error
func (*ArpResponderDelInterfaceResult) ReadField0 ¶
func (p *ArpResponderDelInterfaceResult) ReadField0(iprot thrift.TProtocol) error
func (*ArpResponderDelInterfaceResult) String ¶
func (p *ArpResponderDelInterfaceResult) String() string
type ArpResponderProcessor ¶
type ArpResponderProcessor struct {
// contains filtered or unexported fields
}
func NewArpResponderProcessor ¶
func NewArpResponderProcessor(handler ArpResponder) *ArpResponderProcessor
func (*ArpResponderProcessor) AddToProcessorMap ¶
func (p *ArpResponderProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*ArpResponderProcessor) GetProcessorFunction ¶
func (p *ArpResponderProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*ArpResponderProcessor) Process ¶
func (p *ArpResponderProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*ArpResponderProcessor) ProcessorMap ¶
func (p *ArpResponderProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type ArpResponderRequestMacArgs ¶
type ArpResponderRequestMacArgs struct {
Requests []*ReqTuplesT `thrift:"requests,1" db:"requests" json:"requests"`
}
Attributes:
- Requests
func NewArpResponderRequestMacArgs ¶
func NewArpResponderRequestMacArgs() *ArpResponderRequestMacArgs
func (*ArpResponderRequestMacArgs) GetRequests ¶
func (p *ArpResponderRequestMacArgs) GetRequests() []*ReqTuplesT
func (*ArpResponderRequestMacArgs) Read ¶
func (p *ArpResponderRequestMacArgs) Read(iprot thrift.TProtocol) error
func (*ArpResponderRequestMacArgs) ReadField1 ¶
func (p *ArpResponderRequestMacArgs) ReadField1(iprot thrift.TProtocol) error
func (*ArpResponderRequestMacArgs) String ¶
func (p *ArpResponderRequestMacArgs) String() string
type ArpResponderRequestMacResult ¶
type ArpResponderRequestMacResult struct {
Success []*RepTupleT `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewArpResponderRequestMacResult ¶
func NewArpResponderRequestMacResult() *ArpResponderRequestMacResult
func (*ArpResponderRequestMacResult) GetSuccess ¶
func (p *ArpResponderRequestMacResult) GetSuccess() []*RepTupleT
func (*ArpResponderRequestMacResult) IsSetSuccess ¶
func (p *ArpResponderRequestMacResult) IsSetSuccess() bool
func (*ArpResponderRequestMacResult) Read ¶
func (p *ArpResponderRequestMacResult) Read(iprot thrift.TProtocol) error
func (*ArpResponderRequestMacResult) ReadField0 ¶
func (p *ArpResponderRequestMacResult) ReadField0(iprot thrift.TProtocol) error
func (*ArpResponderRequestMacResult) String ¶
func (p *ArpResponderRequestMacResult) String() string
type RepTupleT ¶
type RepTupleT struct { Request *ReqTupleT `thrift:"request,1" db:"request" json:"request"` Index int32 `thrift:"index,2" db:"index" json:"index"` Mac MacT `thrift:"mac,3" db:"mac" json:"mac"` IsFound bool `thrift:"is_found,4" db:"is_found" json:"is_found"` }
Attributes:
- Request
- Index
- Mac
- IsFound
func NewRepTupleT ¶
func NewRepTupleT() *RepTupleT
func (*RepTupleT) GetIsFound ¶
func (*RepTupleT) GetRequest ¶
func (*RepTupleT) IsSetRequest ¶
type ReqTupleT ¶
type ReqTupleT struct { IfaceName string `thrift:"iface_name,1" db:"iface_name" json:"iface_name"` Stag VlanTagT `thrift:"stag,2" db:"stag" json:"stag"` Ctag VlanTagT `thrift:"ctag,3" db:"ctag" json:"ctag"` }
Attributes:
- IfaceName
- Stag
- Ctag
var RepTupleT_Request_DEFAULT *ReqTupleT
func NewReqTupleT ¶
func NewReqTupleT() *ReqTupleT
func (*ReqTupleT) GetIfaceName ¶
type ReqTuplesT ¶
type ReqTuplesT struct { Tuples []*ReqTupleT `thrift:"tuples,1" db:"tuples" json:"tuples"` Index int32 `thrift:"index,2" db:"index" json:"index"` IP Ip4T `thrift:"ip,3" db:"ip" json:"ip"` }
Attributes:
- Tuples
- Index
- IP
func NewReqTuplesT ¶
func NewReqTuplesT() *ReqTuplesT
func (*ReqTuplesT) GetIP ¶
func (p *ReqTuplesT) GetIP() Ip4T
func (*ReqTuplesT) GetIndex ¶
func (p *ReqTuplesT) GetIndex() int32
func (*ReqTuplesT) GetTuples ¶
func (p *ReqTuplesT) GetTuples() []*ReqTupleT
func (*ReqTuplesT) ReadField1 ¶
func (p *ReqTuplesT) ReadField1(iprot thrift.TProtocol) error
func (*ReqTuplesT) ReadField2 ¶
func (p *ReqTuplesT) ReadField2(iprot thrift.TProtocol) error
func (*ReqTuplesT) ReadField3 ¶
func (p *ReqTuplesT) ReadField3(iprot thrift.TProtocol) error
func (*ReqTuplesT) String ¶
func (p *ReqTuplesT) String() string
Click to show internal directories.
Click to hide internal directories.