goisisapi

package
v0.0.0-...-246b716 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterGoisisApiServer

func RegisterGoisisApiServer(s *grpc.Server, srv GoisisApiServer)

Types

type Adjacency

type Adjacency struct {
	Interface                 string   `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	NeighborType              string   `protobuf:"bytes,2,opt,name=neighbor_type,json=neighborType,proto3" json:"neighbor_type,omitempty"`
	NeighborSysid             string   `protobuf:"bytes,3,opt,name=neighbor_sysid,json=neighborSysid,proto3" json:"neighbor_sysid,omitempty"`
	NeighborExtendedCircuitId uint32   `` /* 141-byte string literal not displayed */
	NeighborSnpa              string   `protobuf:"bytes,5,opt,name=neighbor_snpa,json=neighborSnpa,proto3" json:"neighbor_snpa,omitempty"`
	Usage                     string   `protobuf:"bytes,6,opt,name=usage,proto3" json:"usage,omitempty"`
	HoldTimer                 uint32   `protobuf:"varint,7,opt,name=hold_timer,json=holdTimer,proto3" json:"hold_timer,omitempty"`
	NeighborPriority          uint32   `protobuf:"varint,8,opt,name=neighbor_priority,json=neighborPriority,proto3" json:"neighbor_priority,omitempty"`
	Lastuptime                uint32   `protobuf:"varint,9,opt,name=lastuptime,proto3" json:"lastuptime,omitempty"`
	State                     string   `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*Adjacency) Descriptor

func (*Adjacency) Descriptor() ([]byte, []int)

func (*Adjacency) GetHoldTimer

func (m *Adjacency) GetHoldTimer() uint32

func (*Adjacency) GetInterface

func (m *Adjacency) GetInterface() string

func (*Adjacency) GetLastuptime

func (m *Adjacency) GetLastuptime() uint32

func (*Adjacency) GetNeighborExtendedCircuitId

func (m *Adjacency) GetNeighborExtendedCircuitId() uint32

func (*Adjacency) GetNeighborPriority

func (m *Adjacency) GetNeighborPriority() uint32

func (*Adjacency) GetNeighborSnpa

func (m *Adjacency) GetNeighborSnpa() string

func (*Adjacency) GetNeighborSysid

func (m *Adjacency) GetNeighborSysid() string

func (*Adjacency) GetNeighborType

func (m *Adjacency) GetNeighborType() string

func (*Adjacency) GetState

func (m *Adjacency) GetState() string

func (*Adjacency) GetUsage

func (m *Adjacency) GetUsage() string

func (*Adjacency) ProtoMessage

func (*Adjacency) ProtoMessage()

func (*Adjacency) Reset

func (m *Adjacency) Reset()

func (*Adjacency) String

func (m *Adjacency) String() string

func (*Adjacency) XXX_DiscardUnknown

func (m *Adjacency) XXX_DiscardUnknown()

func (*Adjacency) XXX_Marshal

func (m *Adjacency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Adjacency) XXX_Merge

func (m *Adjacency) XXX_Merge(src proto.Message)

func (*Adjacency) XXX_Size

func (m *Adjacency) XXX_Size() int

func (*Adjacency) XXX_Unmarshal

func (m *Adjacency) XXX_Unmarshal(b []byte) error

type AdjacencyGetRequest

type AdjacencyGetRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AdjacencyGetRequest) Descriptor

func (*AdjacencyGetRequest) Descriptor() ([]byte, []int)

func (*AdjacencyGetRequest) ProtoMessage

func (*AdjacencyGetRequest) ProtoMessage()

func (*AdjacencyGetRequest) Reset

func (m *AdjacencyGetRequest) Reset()

func (*AdjacencyGetRequest) String

func (m *AdjacencyGetRequest) String() string

func (*AdjacencyGetRequest) XXX_DiscardUnknown

func (m *AdjacencyGetRequest) XXX_DiscardUnknown()

func (*AdjacencyGetRequest) XXX_Marshal

func (m *AdjacencyGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdjacencyGetRequest) XXX_Merge

func (m *AdjacencyGetRequest) XXX_Merge(src proto.Message)

func (*AdjacencyGetRequest) XXX_Size

func (m *AdjacencyGetRequest) XXX_Size() int

func (*AdjacencyGetRequest) XXX_Unmarshal

func (m *AdjacencyGetRequest) XXX_Unmarshal(b []byte) error

type AdjacencyGetResponse

type AdjacencyGetResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AdjacencyGetResponse) Descriptor

func (*AdjacencyGetResponse) Descriptor() ([]byte, []int)

func (*AdjacencyGetResponse) ProtoMessage

func (*AdjacencyGetResponse) ProtoMessage()

func (*AdjacencyGetResponse) Reset

func (m *AdjacencyGetResponse) Reset()

func (*AdjacencyGetResponse) String

func (m *AdjacencyGetResponse) String() string

func (*AdjacencyGetResponse) XXX_DiscardUnknown

func (m *AdjacencyGetResponse) XXX_DiscardUnknown()

func (*AdjacencyGetResponse) XXX_Marshal

func (m *AdjacencyGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdjacencyGetResponse) XXX_Merge

func (m *AdjacencyGetResponse) XXX_Merge(src proto.Message)

func (*AdjacencyGetResponse) XXX_Size

func (m *AdjacencyGetResponse) XXX_Size() int

func (*AdjacencyGetResponse) XXX_Unmarshal

func (m *AdjacencyGetResponse) XXX_Unmarshal(b []byte) error

type AdjacencyMonitorRequest

type AdjacencyMonitorRequest struct {
	Interface            string   `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AdjacencyMonitorRequest) Descriptor

func (*AdjacencyMonitorRequest) Descriptor() ([]byte, []int)

func (*AdjacencyMonitorRequest) GetInterface

func (m *AdjacencyMonitorRequest) GetInterface() string

func (*AdjacencyMonitorRequest) ProtoMessage

func (*AdjacencyMonitorRequest) ProtoMessage()

func (*AdjacencyMonitorRequest) Reset

func (m *AdjacencyMonitorRequest) Reset()

func (*AdjacencyMonitorRequest) String

func (m *AdjacencyMonitorRequest) String() string

func (*AdjacencyMonitorRequest) XXX_DiscardUnknown

func (m *AdjacencyMonitorRequest) XXX_DiscardUnknown()

func (*AdjacencyMonitorRequest) XXX_Marshal

func (m *AdjacencyMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdjacencyMonitorRequest) XXX_Merge

func (m *AdjacencyMonitorRequest) XXX_Merge(src proto.Message)

func (*AdjacencyMonitorRequest) XXX_Size

func (m *AdjacencyMonitorRequest) XXX_Size() int

func (*AdjacencyMonitorRequest) XXX_Unmarshal

func (m *AdjacencyMonitorRequest) XXX_Unmarshal(b []byte) error

type AdjacencyMonitorResponse

type AdjacencyMonitorResponse struct {
	Adjacencies          []*Adjacency `protobuf:"bytes,1,rep,name=adjacencies,proto3" json:"adjacencies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AdjacencyMonitorResponse) Descriptor

func (*AdjacencyMonitorResponse) Descriptor() ([]byte, []int)

func (*AdjacencyMonitorResponse) GetAdjacencies

func (m *AdjacencyMonitorResponse) GetAdjacencies() []*Adjacency

func (*AdjacencyMonitorResponse) ProtoMessage

func (*AdjacencyMonitorResponse) ProtoMessage()

func (*AdjacencyMonitorResponse) Reset

func (m *AdjacencyMonitorResponse) Reset()

func (*AdjacencyMonitorResponse) String

func (m *AdjacencyMonitorResponse) String() string

func (*AdjacencyMonitorResponse) XXX_DiscardUnknown

func (m *AdjacencyMonitorResponse) XXX_DiscardUnknown()

func (*AdjacencyMonitorResponse) XXX_Marshal

func (m *AdjacencyMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AdjacencyMonitorResponse) XXX_Merge

func (m *AdjacencyMonitorResponse) XXX_Merge(src proto.Message)

func (*AdjacencyMonitorResponse) XXX_Size

func (m *AdjacencyMonitorResponse) XXX_Size() int

func (*AdjacencyMonitorResponse) XXX_Unmarshal

func (m *AdjacencyMonitorResponse) XXX_Unmarshal(b []byte) error

type Authentication

type Authentication struct {
	AuthenticationType   string   `protobuf:"bytes,1,opt,name=authentication_type,json=authenticationType,proto3" json:"authentication_type,omitempty"`
	AuthenticationKey    string   `protobuf:"bytes,2,opt,name=authentication_key,json=authenticationKey,proto3" json:"authentication_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Authentication) Descriptor

func (*Authentication) Descriptor() ([]byte, []int)

func (*Authentication) GetAuthenticationKey

func (m *Authentication) GetAuthenticationKey() string

func (*Authentication) GetAuthenticationType

func (m *Authentication) GetAuthenticationType() string

func (*Authentication) ProtoMessage

func (*Authentication) ProtoMessage()

func (*Authentication) Reset

func (m *Authentication) Reset()

func (*Authentication) String

func (m *Authentication) String() string

func (*Authentication) XXX_DiscardUnknown

func (m *Authentication) XXX_DiscardUnknown()

func (*Authentication) XXX_Marshal

func (m *Authentication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Authentication) XXX_Merge

func (m *Authentication) XXX_Merge(src proto.Message)

func (*Authentication) XXX_Size

func (m *Authentication) XXX_Size() int

func (*Authentication) XXX_Unmarshal

func (m *Authentication) XXX_Unmarshal(b []byte) error

type DbLsGetRequest

type DbLsGetRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbLsGetRequest) Descriptor

func (*DbLsGetRequest) Descriptor() ([]byte, []int)

func (*DbLsGetRequest) ProtoMessage

func (*DbLsGetRequest) ProtoMessage()

func (*DbLsGetRequest) Reset

func (m *DbLsGetRequest) Reset()

func (*DbLsGetRequest) String

func (m *DbLsGetRequest) String() string

func (*DbLsGetRequest) XXX_DiscardUnknown

func (m *DbLsGetRequest) XXX_DiscardUnknown()

func (*DbLsGetRequest) XXX_Marshal

func (m *DbLsGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbLsGetRequest) XXX_Merge

func (m *DbLsGetRequest) XXX_Merge(src proto.Message)

func (*DbLsGetRequest) XXX_Size

func (m *DbLsGetRequest) XXX_Size() int

func (*DbLsGetRequest) XXX_Unmarshal

func (m *DbLsGetRequest) XXX_Unmarshal(b []byte) error

type DbLsGetResponse

type DbLsGetResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbLsGetResponse) Descriptor

func (*DbLsGetResponse) Descriptor() ([]byte, []int)

func (*DbLsGetResponse) ProtoMessage

func (*DbLsGetResponse) ProtoMessage()

func (*DbLsGetResponse) Reset

func (m *DbLsGetResponse) Reset()

func (*DbLsGetResponse) String

func (m *DbLsGetResponse) String() string

func (*DbLsGetResponse) XXX_DiscardUnknown

func (m *DbLsGetResponse) XXX_DiscardUnknown()

func (*DbLsGetResponse) XXX_Marshal

func (m *DbLsGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbLsGetResponse) XXX_Merge

func (m *DbLsGetResponse) XXX_Merge(src proto.Message)

func (*DbLsGetResponse) XXX_Size

func (m *DbLsGetResponse) XXX_Size() int

func (*DbLsGetResponse) XXX_Unmarshal

func (m *DbLsGetResponse) XXX_Unmarshal(b []byte) error

type DbLsMonitorRequest

type DbLsMonitorRequest struct {
	Level                string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbLsMonitorRequest) Descriptor

func (*DbLsMonitorRequest) Descriptor() ([]byte, []int)

func (*DbLsMonitorRequest) GetLevel

func (m *DbLsMonitorRequest) GetLevel() string

func (*DbLsMonitorRequest) ProtoMessage

func (*DbLsMonitorRequest) ProtoMessage()

func (*DbLsMonitorRequest) Reset

func (m *DbLsMonitorRequest) Reset()

func (*DbLsMonitorRequest) String

func (m *DbLsMonitorRequest) String() string

func (*DbLsMonitorRequest) XXX_DiscardUnknown

func (m *DbLsMonitorRequest) XXX_DiscardUnknown()

func (*DbLsMonitorRequest) XXX_Marshal

func (m *DbLsMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbLsMonitorRequest) XXX_Merge

func (m *DbLsMonitorRequest) XXX_Merge(src proto.Message)

func (*DbLsMonitorRequest) XXX_Size

func (m *DbLsMonitorRequest) XXX_Size() int

func (*DbLsMonitorRequest) XXX_Unmarshal

func (m *DbLsMonitorRequest) XXX_Unmarshal(b []byte) error

type DbLsMonitorResponse

type DbLsMonitorResponse struct {
	Lsps                 []*Lsp   `protobuf:"bytes,1,rep,name=lsps,proto3" json:"lsps,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbLsMonitorResponse) Descriptor

func (*DbLsMonitorResponse) Descriptor() ([]byte, []int)

func (*DbLsMonitorResponse) GetLsps

func (m *DbLsMonitorResponse) GetLsps() []*Lsp

func (*DbLsMonitorResponse) ProtoMessage

func (*DbLsMonitorResponse) ProtoMessage()

func (*DbLsMonitorResponse) Reset

func (m *DbLsMonitorResponse) Reset()

func (*DbLsMonitorResponse) String

func (m *DbLsMonitorResponse) String() string

func (*DbLsMonitorResponse) XXX_DiscardUnknown

func (m *DbLsMonitorResponse) XXX_DiscardUnknown()

func (*DbLsMonitorResponse) XXX_Marshal

func (m *DbLsMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbLsMonitorResponse) XXX_Merge

func (m *DbLsMonitorResponse) XXX_Merge(src proto.Message)

func (*DbLsMonitorResponse) XXX_Size

func (m *DbLsMonitorResponse) XXX_Size() int

func (*DbLsMonitorResponse) XXX_Unmarshal

func (m *DbLsMonitorResponse) XXX_Unmarshal(b []byte) error

type DbRiGetRequest

type DbRiGetRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbRiGetRequest) Descriptor

func (*DbRiGetRequest) Descriptor() ([]byte, []int)

func (*DbRiGetRequest) ProtoMessage

func (*DbRiGetRequest) ProtoMessage()

func (*DbRiGetRequest) Reset

func (m *DbRiGetRequest) Reset()

func (*DbRiGetRequest) String

func (m *DbRiGetRequest) String() string

func (*DbRiGetRequest) XXX_DiscardUnknown

func (m *DbRiGetRequest) XXX_DiscardUnknown()

func (*DbRiGetRequest) XXX_Marshal

func (m *DbRiGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbRiGetRequest) XXX_Merge

func (m *DbRiGetRequest) XXX_Merge(src proto.Message)

func (*DbRiGetRequest) XXX_Size

func (m *DbRiGetRequest) XXX_Size() int

func (*DbRiGetRequest) XXX_Unmarshal

func (m *DbRiGetRequest) XXX_Unmarshal(b []byte) error

type DbRiGetResponse

type DbRiGetResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbRiGetResponse) Descriptor

func (*DbRiGetResponse) Descriptor() ([]byte, []int)

func (*DbRiGetResponse) ProtoMessage

func (*DbRiGetResponse) ProtoMessage()

func (*DbRiGetResponse) Reset

func (m *DbRiGetResponse) Reset()

func (*DbRiGetResponse) String

func (m *DbRiGetResponse) String() string

func (*DbRiGetResponse) XXX_DiscardUnknown

func (m *DbRiGetResponse) XXX_DiscardUnknown()

func (*DbRiGetResponse) XXX_Marshal

func (m *DbRiGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbRiGetResponse) XXX_Merge

func (m *DbRiGetResponse) XXX_Merge(src proto.Message)

func (*DbRiGetResponse) XXX_Size

func (m *DbRiGetResponse) XXX_Size() int

func (*DbRiGetResponse) XXX_Unmarshal

func (m *DbRiGetResponse) XXX_Unmarshal(b []byte) error

type DbRiMonitorRequest

type DbRiMonitorRequest struct {
	Level                string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	AddressFamily        string   `protobuf:"bytes,2,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbRiMonitorRequest) Descriptor

func (*DbRiMonitorRequest) Descriptor() ([]byte, []int)

func (*DbRiMonitorRequest) GetAddressFamily

func (m *DbRiMonitorRequest) GetAddressFamily() string

func (*DbRiMonitorRequest) GetLevel

func (m *DbRiMonitorRequest) GetLevel() string

func (*DbRiMonitorRequest) ProtoMessage

func (*DbRiMonitorRequest) ProtoMessage()

func (*DbRiMonitorRequest) Reset

func (m *DbRiMonitorRequest) Reset()

func (*DbRiMonitorRequest) String

func (m *DbRiMonitorRequest) String() string

func (*DbRiMonitorRequest) XXX_DiscardUnknown

func (m *DbRiMonitorRequest) XXX_DiscardUnknown()

func (*DbRiMonitorRequest) XXX_Marshal

func (m *DbRiMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbRiMonitorRequest) XXX_Merge

func (m *DbRiMonitorRequest) XXX_Merge(src proto.Message)

func (*DbRiMonitorRequest) XXX_Size

func (m *DbRiMonitorRequest) XXX_Size() int

func (*DbRiMonitorRequest) XXX_Unmarshal

func (m *DbRiMonitorRequest) XXX_Unmarshal(b []byte) error

type DbRiMonitorResponse

type DbRiMonitorResponse struct {
	Routes               []*Route `protobuf:"bytes,1,rep,name=routes,proto3" json:"routes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DbRiMonitorResponse) Descriptor

func (*DbRiMonitorResponse) Descriptor() ([]byte, []int)

func (*DbRiMonitorResponse) GetRoutes

func (m *DbRiMonitorResponse) GetRoutes() []*Route

func (*DbRiMonitorResponse) ProtoMessage

func (*DbRiMonitorResponse) ProtoMessage()

func (*DbRiMonitorResponse) Reset

func (m *DbRiMonitorResponse) Reset()

func (*DbRiMonitorResponse) String

func (m *DbRiMonitorResponse) String() string

func (*DbRiMonitorResponse) XXX_DiscardUnknown

func (m *DbRiMonitorResponse) XXX_DiscardUnknown()

func (*DbRiMonitorResponse) XXX_Marshal

func (m *DbRiMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DbRiMonitorResponse) XXX_Merge

func (m *DbRiMonitorResponse) XXX_Merge(src proto.Message)

func (*DbRiMonitorResponse) XXX_Size

func (m *DbRiMonitorResponse) XXX_Size() int

func (*DbRiMonitorResponse) XXX_Unmarshal

func (m *DbRiMonitorResponse) XXX_Unmarshal(b []byte) error

type DisableRequest

type DisableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DisableRequest) Descriptor

func (*DisableRequest) Descriptor() ([]byte, []int)

func (*DisableRequest) ProtoMessage

func (*DisableRequest) ProtoMessage()

func (*DisableRequest) Reset

func (m *DisableRequest) Reset()

func (*DisableRequest) String

func (m *DisableRequest) String() string

func (*DisableRequest) XXX_DiscardUnknown

func (m *DisableRequest) XXX_DiscardUnknown()

func (*DisableRequest) XXX_Marshal

func (m *DisableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisableRequest) XXX_Merge

func (m *DisableRequest) XXX_Merge(src proto.Message)

func (*DisableRequest) XXX_Size

func (m *DisableRequest) XXX_Size() int

func (*DisableRequest) XXX_Unmarshal

func (m *DisableRequest) XXX_Unmarshal(b []byte) error

type DisableResponse

type DisableResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DisableResponse) Descriptor

func (*DisableResponse) Descriptor() ([]byte, []int)

func (*DisableResponse) GetResult

func (m *DisableResponse) GetResult() string

func (*DisableResponse) ProtoMessage

func (*DisableResponse) ProtoMessage()

func (*DisableResponse) Reset

func (m *DisableResponse) Reset()

func (*DisableResponse) String

func (m *DisableResponse) String() string

func (*DisableResponse) XXX_DiscardUnknown

func (m *DisableResponse) XXX_DiscardUnknown()

func (*DisableResponse) XXX_Marshal

func (m *DisableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisableResponse) XXX_Merge

func (m *DisableResponse) XXX_Merge(src proto.Message)

func (*DisableResponse) XXX_Size

func (m *DisableResponse) XXX_Size() int

func (*DisableResponse) XXX_Unmarshal

func (m *DisableResponse) XXX_Unmarshal(b []byte) error

type EnableRequest

type EnableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnableRequest) Descriptor

func (*EnableRequest) Descriptor() ([]byte, []int)

func (*EnableRequest) ProtoMessage

func (*EnableRequest) ProtoMessage()

func (*EnableRequest) Reset

func (m *EnableRequest) Reset()

func (*EnableRequest) String

func (m *EnableRequest) String() string

func (*EnableRequest) XXX_DiscardUnknown

func (m *EnableRequest) XXX_DiscardUnknown()

func (*EnableRequest) XXX_Marshal

func (m *EnableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnableRequest) XXX_Merge

func (m *EnableRequest) XXX_Merge(src proto.Message)

func (*EnableRequest) XXX_Size

func (m *EnableRequest) XXX_Size() int

func (*EnableRequest) XXX_Unmarshal

func (m *EnableRequest) XXX_Unmarshal(b []byte) error

type EnableResponse

type EnableResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnableResponse) Descriptor

func (*EnableResponse) Descriptor() ([]byte, []int)

func (*EnableResponse) GetResult

func (m *EnableResponse) GetResult() string

func (*EnableResponse) ProtoMessage

func (*EnableResponse) ProtoMessage()

func (*EnableResponse) Reset

func (m *EnableResponse) Reset()

func (*EnableResponse) String

func (m *EnableResponse) String() string

func (*EnableResponse) XXX_DiscardUnknown

func (m *EnableResponse) XXX_DiscardUnknown()

func (*EnableResponse) XXX_Marshal

func (m *EnableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnableResponse) XXX_Merge

func (m *EnableResponse) XXX_Merge(src proto.Message)

func (*EnableResponse) XXX_Size

func (m *EnableResponse) XXX_Size() int

func (*EnableResponse) XXX_Unmarshal

func (m *EnableResponse) XXX_Unmarshal(b []byte) error

type Global

type Global struct {
	SystemId             string   `protobuf:"bytes,1,opt,name=system_id,json=systemId,proto3" json:"system_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Global) Descriptor

func (*Global) Descriptor() ([]byte, []int)

func (*Global) GetSystemId

func (m *Global) GetSystemId() string

func (*Global) ProtoMessage

func (*Global) ProtoMessage()

func (*Global) Reset

func (m *Global) Reset()

func (*Global) String

func (m *Global) String() string

func (*Global) XXX_DiscardUnknown

func (m *Global) XXX_DiscardUnknown()

func (*Global) XXX_Marshal

func (m *Global) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Global) XXX_Merge

func (m *Global) XXX_Merge(src proto.Message)

func (*Global) XXX_Size

func (m *Global) XXX_Size() int

func (*Global) XXX_Unmarshal

func (m *Global) XXX_Unmarshal(b []byte) error

type GoisisApiClient

GoisisApiClient is the client API for GoisisApi service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGoisisApiClient

func NewGoisisApiClient(cc *grpc.ClientConn) GoisisApiClient

type GoisisApi_AdjacencyMonitorClient

type GoisisApi_AdjacencyMonitorClient interface {
	Recv() (*AdjacencyMonitorResponse, error)
	grpc.ClientStream
}

type GoisisApi_AdjacencyMonitorServer

type GoisisApi_AdjacencyMonitorServer interface {
	Send(*AdjacencyMonitorResponse) error
	grpc.ServerStream
}

type GoisisApi_DbLsMonitorClient

type GoisisApi_DbLsMonitorClient interface {
	Recv() (*DbLsMonitorResponse, error)
	grpc.ClientStream
}

type GoisisApi_DbLsMonitorServer

type GoisisApi_DbLsMonitorServer interface {
	Send(*DbLsMonitorResponse) error
	grpc.ServerStream
}

type GoisisApi_DbRiMonitorClient

type GoisisApi_DbRiMonitorClient interface {
	Recv() (*DbRiMonitorResponse, error)
	grpc.ClientStream
}

type GoisisApi_DbRiMonitorServer

type GoisisApi_DbRiMonitorServer interface {
	Send(*DbRiMonitorResponse) error
	grpc.ServerStream
}

type InterfaceDisableRequest

type InterfaceDisableRequest struct {
	Interface            string   `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InterfaceDisableRequest) Descriptor

func (*InterfaceDisableRequest) Descriptor() ([]byte, []int)

func (*InterfaceDisableRequest) GetInterface

func (m *InterfaceDisableRequest) GetInterface() string

func (*InterfaceDisableRequest) ProtoMessage

func (*InterfaceDisableRequest) ProtoMessage()

func (*InterfaceDisableRequest) Reset

func (m *InterfaceDisableRequest) Reset()

func (*InterfaceDisableRequest) String

func (m *InterfaceDisableRequest) String() string

func (*InterfaceDisableRequest) XXX_DiscardUnknown

func (m *InterfaceDisableRequest) XXX_DiscardUnknown()

func (*InterfaceDisableRequest) XXX_Marshal

func (m *InterfaceDisableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InterfaceDisableRequest) XXX_Merge

func (m *InterfaceDisableRequest) XXX_Merge(src proto.Message)

func (*InterfaceDisableRequest) XXX_Size

func (m *InterfaceDisableRequest) XXX_Size() int

func (*InterfaceDisableRequest) XXX_Unmarshal

func (m *InterfaceDisableRequest) XXX_Unmarshal(b []byte) error

type InterfaceDisableResponse

type InterfaceDisableResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InterfaceDisableResponse) Descriptor

func (*InterfaceDisableResponse) Descriptor() ([]byte, []int)

func (*InterfaceDisableResponse) GetResult

func (m *InterfaceDisableResponse) GetResult() string

func (*InterfaceDisableResponse) ProtoMessage

func (*InterfaceDisableResponse) ProtoMessage()

func (*InterfaceDisableResponse) Reset

func (m *InterfaceDisableResponse) Reset()

func (*InterfaceDisableResponse) String

func (m *InterfaceDisableResponse) String() string

func (*InterfaceDisableResponse) XXX_DiscardUnknown

func (m *InterfaceDisableResponse) XXX_DiscardUnknown()

func (*InterfaceDisableResponse) XXX_Marshal

func (m *InterfaceDisableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InterfaceDisableResponse) XXX_Merge

func (m *InterfaceDisableResponse) XXX_Merge(src proto.Message)

func (*InterfaceDisableResponse) XXX_Size

func (m *InterfaceDisableResponse) XXX_Size() int

func (*InterfaceDisableResponse) XXX_Unmarshal

func (m *InterfaceDisableResponse) XXX_Unmarshal(b []byte) error

type InterfaceEnableRequest

type InterfaceEnableRequest struct {
	Interface            string   `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InterfaceEnableRequest) Descriptor

func (*InterfaceEnableRequest) Descriptor() ([]byte, []int)

func (*InterfaceEnableRequest) GetInterface

func (m *InterfaceEnableRequest) GetInterface() string

func (*InterfaceEnableRequest) ProtoMessage

func (*InterfaceEnableRequest) ProtoMessage()

func (*InterfaceEnableRequest) Reset

func (m *InterfaceEnableRequest) Reset()

func (*InterfaceEnableRequest) String

func (m *InterfaceEnableRequest) String() string

func (*InterfaceEnableRequest) XXX_DiscardUnknown

func (m *InterfaceEnableRequest) XXX_DiscardUnknown()

func (*InterfaceEnableRequest) XXX_Marshal

func (m *InterfaceEnableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InterfaceEnableRequest) XXX_Merge

func (m *InterfaceEnableRequest) XXX_Merge(src proto.Message)

func (*InterfaceEnableRequest) XXX_Size

func (m *InterfaceEnableRequest) XXX_Size() int

func (*InterfaceEnableRequest) XXX_Unmarshal

func (m *InterfaceEnableRequest) XXX_Unmarshal(b []byte) error

type InterfaceEnableResponse

type InterfaceEnableResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InterfaceEnableResponse) Descriptor

func (*InterfaceEnableResponse) Descriptor() ([]byte, []int)

func (*InterfaceEnableResponse) GetResult

func (m *InterfaceEnableResponse) GetResult() string

func (*InterfaceEnableResponse) ProtoMessage

func (*InterfaceEnableResponse) ProtoMessage()

func (*InterfaceEnableResponse) Reset

func (m *InterfaceEnableResponse) Reset()

func (*InterfaceEnableResponse) String

func (m *InterfaceEnableResponse) String() string

func (*InterfaceEnableResponse) XXX_DiscardUnknown

func (m *InterfaceEnableResponse) XXX_DiscardUnknown()

func (*InterfaceEnableResponse) XXX_Marshal

func (m *InterfaceEnableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InterfaceEnableResponse) XXX_Merge

func (m *InterfaceEnableResponse) XXX_Merge(src proto.Message)

func (*InterfaceEnableResponse) XXX_Size

func (m *InterfaceEnableResponse) XXX_Size() int

func (*InterfaceEnableResponse) XXX_Unmarshal

func (m *InterfaceEnableResponse) XXX_Unmarshal(b []byte) error

type Lsp

type Lsp struct {
	Level                string              `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	DecodedCompleted     bool                `protobuf:"varint,2,opt,name=decoded_completed,json=decodedCompleted,proto3" json:"decoded_completed,omitempty"`
	RawData              string              `protobuf:"bytes,3,opt,name=raw_data,json=rawData,proto3" json:"raw_data,omitempty"`
	LspId                string              `protobuf:"bytes,4,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Checksum             uint32              `protobuf:"varint,5,opt,name=checksum,proto3" json:"checksum,omitempty"`
	RemainingLifetime    uint32              `protobuf:"varint,6,opt,name=remaining_lifetime,json=remainingLifetime,proto3" json:"remaining_lifetime,omitempty"`
	Sequence             uint32              `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Attributes           uint32              `protobuf:"varint,8,opt,name=attributes,proto3" json:"attributes,omitempty"`
	Ipv4Addresses        []string            `protobuf:"bytes,9,rep,name=ipv4_addresses,json=ipv4Addresses,proto3" json:"ipv4_addresses,omitempty"`
	Ipv6Addresses        []string            `protobuf:"bytes,10,rep,name=ipv6_addresses,json=ipv6Addresses,proto3" json:"ipv6_addresses,omitempty"`
	Ipv4TeRouterid       string              `protobuf:"bytes,11,opt,name=ipv4_te_routerid,json=ipv4TeRouterid,proto3" json:"ipv4_te_routerid,omitempty"`
	Ipv6TeRouterid       string              `protobuf:"bytes,12,opt,name=ipv6_te_routerid,json=ipv6TeRouterid,proto3" json:"ipv6_te_routerid,omitempty"`
	ProtocolSupporteds   []uint32            `protobuf:"varint,13,rep,packed,name=protocol_supporteds,json=protocolSupporteds,proto3" json:"protocol_supporteds,omitempty"`
	DynamicHostname      string              `protobuf:"bytes,14,opt,name=dynamic_hostname,json=dynamicHostname,proto3" json:"dynamic_hostname,omitempty"`
	Authentication       *Authentication     `protobuf:"bytes,15,opt,name=authentication,proto3" json:"authentication,omitempty"`
	MtEntries            *MtEntries          `protobuf:"bytes,16,opt,name=mt_entries,json=mtEntries,proto3" json:"mt_entries,omitempty"`
	RouterCapabilities   *RouterCapabilities `protobuf:"bytes,17,opt,name=router_capabilities,json=routerCapabilities,proto3" json:"router_capabilities,omitempty"`
	NodeTags             *NodeTags           `protobuf:"bytes,18,opt,name=node_tags,json=nodeTags,proto3" json:"node_tags,omitempty"`
	Binary               []byte              `protobuf:"bytes,19,opt,name=binary,proto3" json:"binary,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Lsp) Descriptor

func (*Lsp) Descriptor() ([]byte, []int)

func (*Lsp) GetAttributes

func (m *Lsp) GetAttributes() uint32

func (*Lsp) GetAuthentication

func (m *Lsp) GetAuthentication() *Authentication

func (*Lsp) GetBinary

func (m *Lsp) GetBinary() []byte

func (*Lsp) GetChecksum

func (m *Lsp) GetChecksum() uint32

func (*Lsp) GetDecodedCompleted

func (m *Lsp) GetDecodedCompleted() bool

func (*Lsp) GetDynamicHostname

func (m *Lsp) GetDynamicHostname() string

func (*Lsp) GetIpv4Addresses

func (m *Lsp) GetIpv4Addresses() []string

func (*Lsp) GetIpv4TeRouterid

func (m *Lsp) GetIpv4TeRouterid() string

func (*Lsp) GetIpv6Addresses

func (m *Lsp) GetIpv6Addresses() []string

func (*Lsp) GetIpv6TeRouterid

func (m *Lsp) GetIpv6TeRouterid() string

func (*Lsp) GetLevel

func (m *Lsp) GetLevel() string

func (*Lsp) GetLspId

func (m *Lsp) GetLspId() string

func (*Lsp) GetMtEntries

func (m *Lsp) GetMtEntries() *MtEntries

func (*Lsp) GetNodeTags

func (m *Lsp) GetNodeTags() *NodeTags

func (*Lsp) GetProtocolSupporteds

func (m *Lsp) GetProtocolSupporteds() []uint32

func (*Lsp) GetRawData

func (m *Lsp) GetRawData() string

func (*Lsp) GetRemainingLifetime

func (m *Lsp) GetRemainingLifetime() uint32

func (*Lsp) GetRouterCapabilities

func (m *Lsp) GetRouterCapabilities() *RouterCapabilities

func (*Lsp) GetSequence

func (m *Lsp) GetSequence() uint32

func (*Lsp) ProtoMessage

func (*Lsp) ProtoMessage()

func (*Lsp) Reset

func (m *Lsp) Reset()

func (*Lsp) String

func (m *Lsp) String() string

func (*Lsp) XXX_DiscardUnknown

func (m *Lsp) XXX_DiscardUnknown()

func (*Lsp) XXX_Marshal

func (m *Lsp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Lsp) XXX_Merge

func (m *Lsp) XXX_Merge(src proto.Message)

func (*Lsp) XXX_Size

func (m *Lsp) XXX_Size() int

func (*Lsp) XXX_Unmarshal

func (m *Lsp) XXX_Unmarshal(b []byte) error

type MtEntries

type MtEntries struct {
	Topologies           []*Topology `protobuf:"bytes,1,rep,name=topologies,proto3" json:"topologies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*MtEntries) Descriptor

func (*MtEntries) Descriptor() ([]byte, []int)

func (*MtEntries) GetTopologies

func (m *MtEntries) GetTopologies() []*Topology

func (*MtEntries) ProtoMessage

func (*MtEntries) ProtoMessage()

func (*MtEntries) Reset

func (m *MtEntries) Reset()

func (*MtEntries) String

func (m *MtEntries) String() string

func (*MtEntries) XXX_DiscardUnknown

func (m *MtEntries) XXX_DiscardUnknown()

func (*MtEntries) XXX_Marshal

func (m *MtEntries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MtEntries) XXX_Merge

func (m *MtEntries) XXX_Merge(src proto.Message)

func (*MtEntries) XXX_Size

func (m *MtEntries) XXX_Size() int

func (*MtEntries) XXX_Unmarshal

func (m *MtEntries) XXX_Unmarshal(b []byte) error

type NextHop

type NextHop struct {
	OutgoingInterface    string   `protobuf:"bytes,1,opt,name=outgoing_interface,json=outgoingInterface,proto3" json:"outgoing_interface,omitempty"`
	NextHop              string   `protobuf:"bytes,2,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NextHop) Descriptor

func (*NextHop) Descriptor() ([]byte, []int)

func (*NextHop) GetNextHop

func (m *NextHop) GetNextHop() string

func (*NextHop) GetOutgoingInterface

func (m *NextHop) GetOutgoingInterface() string

func (*NextHop) ProtoMessage

func (*NextHop) ProtoMessage()

func (*NextHop) Reset

func (m *NextHop) Reset()

func (*NextHop) String

func (m *NextHop) String() string

func (*NextHop) XXX_DiscardUnknown

func (m *NextHop) XXX_DiscardUnknown()

func (*NextHop) XXX_Marshal

func (m *NextHop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextHop) XXX_Merge

func (m *NextHop) XXX_Merge(src proto.Message)

func (*NextHop) XXX_Size

func (m *NextHop) XXX_Size() int

func (*NextHop) XXX_Unmarshal

func (m *NextHop) XXX_Unmarshal(b []byte) error

type NodeTags

type NodeTags struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeTags) Descriptor

func (*NodeTags) Descriptor() ([]byte, []int)

func (*NodeTags) ProtoMessage

func (*NodeTags) ProtoMessage()

func (*NodeTags) Reset

func (m *NodeTags) Reset()

func (*NodeTags) String

func (m *NodeTags) String() string

func (*NodeTags) XXX_DiscardUnknown

func (m *NodeTags) XXX_DiscardUnknown()

func (*NodeTags) XXX_Marshal

func (m *NodeTags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeTags) XXX_Merge

func (m *NodeTags) XXX_Merge(src proto.Message)

func (*NodeTags) XXX_Size

func (m *NodeTags) XXX_Size() int

func (*NodeTags) XXX_Unmarshal

func (m *NodeTags) XXX_Unmarshal(b []byte) error

type Route

type Route struct {
	Level                string     `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	AddressFamily        string     `protobuf:"bytes,2,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	Prefix               string     `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	NextHops             []*NextHop `protobuf:"bytes,4,rep,name=next_hops,json=nextHops,proto3" json:"next_hops,omitempty"`
	Metric               uint32     `protobuf:"varint,5,opt,name=metric,proto3" json:"metric,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Route) Descriptor

func (*Route) Descriptor() ([]byte, []int)

func (*Route) GetAddressFamily

func (m *Route) GetAddressFamily() string

func (*Route) GetLevel

func (m *Route) GetLevel() string

func (*Route) GetMetric

func (m *Route) GetMetric() uint32

func (*Route) GetNextHops

func (m *Route) GetNextHops() []*NextHop

func (*Route) GetPrefix

func (m *Route) GetPrefix() string

func (*Route) ProtoMessage

func (*Route) ProtoMessage()

func (*Route) Reset

func (m *Route) Reset()

func (*Route) String

func (m *Route) String() string

func (*Route) XXX_DiscardUnknown

func (m *Route) XXX_DiscardUnknown()

func (*Route) XXX_Marshal

func (m *Route) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Route) XXX_Merge

func (m *Route) XXX_Merge(src proto.Message)

func (*Route) XXX_Size

func (m *Route) XXX_Size() int

func (*Route) XXX_Unmarshal

func (m *Route) XXX_Unmarshal(b []byte) error

type RouterCapabilities

type RouterCapabilities struct {
	Flags                uint32   `protobuf:"varint,1,opt,name=flags,proto3" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RouterCapabilities) Descriptor

func (*RouterCapabilities) Descriptor() ([]byte, []int)

func (*RouterCapabilities) GetFlags

func (m *RouterCapabilities) GetFlags() uint32

func (*RouterCapabilities) ProtoMessage

func (*RouterCapabilities) ProtoMessage()

func (*RouterCapabilities) Reset

func (m *RouterCapabilities) Reset()

func (*RouterCapabilities) String

func (m *RouterCapabilities) String() string

func (*RouterCapabilities) XXX_DiscardUnknown

func (m *RouterCapabilities) XXX_DiscardUnknown()

func (*RouterCapabilities) XXX_Marshal

func (m *RouterCapabilities) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RouterCapabilities) XXX_Merge

func (m *RouterCapabilities) XXX_Merge(src proto.Message)

func (*RouterCapabilities) XXX_Size

func (m *RouterCapabilities) XXX_Size() int

func (*RouterCapabilities) XXX_Unmarshal

func (m *RouterCapabilities) XXX_Unmarshal(b []byte) error

type Topology

type Topology struct {
	MtId                 uint32   `protobuf:"varint,1,opt,name=mt_id,json=mtId,proto3" json:"mt_id,omitempty"`
	Attributes           uint32   `protobuf:"varint,2,opt,name=attributes,proto3" json:"attributes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Topology) Descriptor

func (*Topology) Descriptor() ([]byte, []int)

func (*Topology) GetAttributes

func (m *Topology) GetAttributes() uint32

func (*Topology) GetMtId

func (m *Topology) GetMtId() uint32

func (*Topology) ProtoMessage

func (*Topology) ProtoMessage()

func (*Topology) Reset

func (m *Topology) Reset()

func (*Topology) String

func (m *Topology) String() string

func (*Topology) XXX_DiscardUnknown

func (m *Topology) XXX_DiscardUnknown()

func (*Topology) XXX_Marshal

func (m *Topology) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Topology) XXX_Merge

func (m *Topology) XXX_Merge(src proto.Message)

func (*Topology) XXX_Size

func (m *Topology) XXX_Size() int

func (*Topology) XXX_Unmarshal

func (m *Topology) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL