pci

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthPci        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPci          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPci = fmt.Errorf("proto: unexpected end of group")
)
View Source
var CellType_name = map[int32]string{
	0: "FEMTO",
	1: "ENTERPRISE",
	2: "OUTDOOR_SMALL",
	3: "MACRO",
}
View Source
var CellType_value = map[string]int32{
	"FEMTO":         0,
	"ENTERPRISE":    1,
	"OUTDOOR_SMALL": 2,
	"MACRO":         3,
}

Functions

func RegisterPciServer

func RegisterPciServer(s *grpc.Server, srv PciServer)

Types

type CellResolution added in v0.7.75

type CellResolution struct {
	Id                uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ResolvedPci       uint32 `protobuf:"varint,2,opt,name=resolved_pci,json=resolvedPci,proto3" json:"resolved_pci,omitempty"`
	OriginalPci       uint32 `protobuf:"varint,3,opt,name=original_pci,json=originalPci,proto3" json:"original_pci,omitempty"`
	ResolvedConflicts uint32 `protobuf:"varint,4,opt,name=resolved_conflicts,json=resolvedConflicts,proto3" json:"resolved_conflicts,omitempty"`
}

func (*CellResolution) Descriptor added in v0.7.75

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

func (*CellResolution) GetId added in v0.7.75

func (m *CellResolution) GetId() uint64

func (*CellResolution) GetOriginalPci added in v0.7.75

func (m *CellResolution) GetOriginalPci() uint32

func (*CellResolution) GetResolvedConflicts added in v0.7.75

func (m *CellResolution) GetResolvedConflicts() uint32

func (*CellResolution) GetResolvedPci added in v0.7.75

func (m *CellResolution) GetResolvedPci() uint32

func (*CellResolution) Marshal added in v0.7.75

func (m *CellResolution) Marshal() (dAtA []byte, err error)

func (*CellResolution) MarshalTo added in v0.7.75

func (m *CellResolution) MarshalTo(dAtA []byte) (int, error)

func (*CellResolution) MarshalToSizedBuffer added in v0.7.75

func (m *CellResolution) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CellResolution) ProtoMessage added in v0.7.75

func (*CellResolution) ProtoMessage()

func (*CellResolution) Reset added in v0.7.75

func (m *CellResolution) Reset()

func (*CellResolution) Size added in v0.7.75

func (m *CellResolution) Size() (n int)

func (*CellResolution) String added in v0.7.75

func (m *CellResolution) String() string

func (*CellResolution) Unmarshal added in v0.7.75

func (m *CellResolution) Unmarshal(dAtA []byte) error

func (*CellResolution) XXX_DiscardUnknown added in v0.7.75

func (m *CellResolution) XXX_DiscardUnknown()

func (*CellResolution) XXX_Marshal added in v0.7.75

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

func (*CellResolution) XXX_Merge added in v0.7.75

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

func (*CellResolution) XXX_Size added in v0.7.75

func (m *CellResolution) XXX_Size() int

func (*CellResolution) XXX_Unmarshal added in v0.7.75

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

type CellType added in v0.7.68

type CellType int32
const (
	CellType_FEMTO         CellType = 0
	CellType_ENTERPRISE    CellType = 1
	CellType_OUTDOOR_SMALL CellType = 2
	CellType_MACRO         CellType = 3
)

func (CellType) EnumDescriptor added in v0.7.68

func (CellType) EnumDescriptor() ([]byte, []int)

func (CellType) String added in v0.7.68

func (x CellType) String() string

type GetCellRequest added in v0.7.68

type GetCellRequest struct {
	CellId uint64 `protobuf:"varint,1,opt,name=cell_id,json=cellId,proto3" json:"cell_id,omitempty"`
}

cell id required

func (*GetCellRequest) Descriptor added in v0.7.68

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

func (*GetCellRequest) GetCellId added in v0.7.68

func (m *GetCellRequest) GetCellId() uint64

func (*GetCellRequest) Marshal added in v0.7.68

func (m *GetCellRequest) Marshal() (dAtA []byte, err error)

func (*GetCellRequest) MarshalTo added in v0.7.68

func (m *GetCellRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCellRequest) MarshalToSizedBuffer added in v0.7.68

func (m *GetCellRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellRequest) ProtoMessage added in v0.7.68

func (*GetCellRequest) ProtoMessage()

func (*GetCellRequest) Reset added in v0.7.68

func (m *GetCellRequest) Reset()

func (*GetCellRequest) Size added in v0.7.68

func (m *GetCellRequest) Size() (n int)

func (*GetCellRequest) String added in v0.7.68

func (m *GetCellRequest) String() string

func (*GetCellRequest) Unmarshal added in v0.7.68

func (m *GetCellRequest) Unmarshal(dAtA []byte) error

func (*GetCellRequest) XXX_DiscardUnknown added in v0.7.68

func (m *GetCellRequest) XXX_DiscardUnknown()

func (*GetCellRequest) XXX_Marshal added in v0.7.68

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

func (*GetCellRequest) XXX_Merge added in v0.7.68

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

func (*GetCellRequest) XXX_Size added in v0.7.68

func (m *GetCellRequest) XXX_Size() int

func (*GetCellRequest) XXX_Unmarshal added in v0.7.68

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

type GetCellResponse added in v0.7.68

type GetCellResponse struct {
	Cell *PciCell `protobuf:"bytes,1,opt,name=cell,proto3" json:"cell,omitempty"`
}

func (*GetCellResponse) Descriptor added in v0.7.68

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

func (*GetCellResponse) GetCell added in v0.7.68

func (m *GetCellResponse) GetCell() *PciCell

func (*GetCellResponse) Marshal added in v0.7.68

func (m *GetCellResponse) Marshal() (dAtA []byte, err error)

func (*GetCellResponse) MarshalTo added in v0.7.68

func (m *GetCellResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetCellResponse) MarshalToSizedBuffer added in v0.7.68

func (m *GetCellResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellResponse) ProtoMessage added in v0.7.68

func (*GetCellResponse) ProtoMessage()

func (*GetCellResponse) Reset added in v0.7.68

func (m *GetCellResponse) Reset()

func (*GetCellResponse) Size added in v0.7.68

func (m *GetCellResponse) Size() (n int)

func (*GetCellResponse) String added in v0.7.68

func (m *GetCellResponse) String() string

func (*GetCellResponse) Unmarshal added in v0.7.68

func (m *GetCellResponse) Unmarshal(dAtA []byte) error

func (*GetCellResponse) XXX_DiscardUnknown added in v0.7.68

func (m *GetCellResponse) XXX_DiscardUnknown()

func (*GetCellResponse) XXX_Marshal added in v0.7.68

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

func (*GetCellResponse) XXX_Merge added in v0.7.68

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

func (*GetCellResponse) XXX_Size added in v0.7.68

func (m *GetCellResponse) XXX_Size() int

func (*GetCellResponse) XXX_Unmarshal added in v0.7.68

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

type GetCellsRequest added in v0.7.68

type GetCellsRequest struct {
}

func (*GetCellsRequest) Descriptor added in v0.7.68

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

func (*GetCellsRequest) Marshal added in v0.7.68

func (m *GetCellsRequest) Marshal() (dAtA []byte, err error)

func (*GetCellsRequest) MarshalTo added in v0.7.68

func (m *GetCellsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCellsRequest) MarshalToSizedBuffer added in v0.7.68

func (m *GetCellsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellsRequest) ProtoMessage added in v0.7.68

func (*GetCellsRequest) ProtoMessage()

func (*GetCellsRequest) Reset added in v0.7.68

func (m *GetCellsRequest) Reset()

func (*GetCellsRequest) Size added in v0.7.68

func (m *GetCellsRequest) Size() (n int)

func (*GetCellsRequest) String added in v0.7.68

func (m *GetCellsRequest) String() string

func (*GetCellsRequest) Unmarshal added in v0.7.68

func (m *GetCellsRequest) Unmarshal(dAtA []byte) error

func (*GetCellsRequest) XXX_DiscardUnknown added in v0.7.68

func (m *GetCellsRequest) XXX_DiscardUnknown()

func (*GetCellsRequest) XXX_Marshal added in v0.7.68

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

func (*GetCellsRequest) XXX_Merge added in v0.7.68

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

func (*GetCellsRequest) XXX_Size added in v0.7.68

func (m *GetCellsRequest) XXX_Size() int

func (*GetCellsRequest) XXX_Unmarshal added in v0.7.68

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

type GetCellsResponse added in v0.7.68

type GetCellsResponse struct {
	Cells []*PciCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
}

func (*GetCellsResponse) Descriptor added in v0.7.68

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

func (*GetCellsResponse) GetCells added in v0.7.68

func (m *GetCellsResponse) GetCells() []*PciCell

func (*GetCellsResponse) Marshal added in v0.7.68

func (m *GetCellsResponse) Marshal() (dAtA []byte, err error)

func (*GetCellsResponse) MarshalTo added in v0.7.68

func (m *GetCellsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetCellsResponse) MarshalToSizedBuffer added in v0.7.68

func (m *GetCellsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellsResponse) ProtoMessage added in v0.7.68

func (*GetCellsResponse) ProtoMessage()

func (*GetCellsResponse) Reset added in v0.7.68

func (m *GetCellsResponse) Reset()

func (*GetCellsResponse) Size added in v0.7.68

func (m *GetCellsResponse) Size() (n int)

func (*GetCellsResponse) String added in v0.7.68

func (m *GetCellsResponse) String() string

func (*GetCellsResponse) Unmarshal added in v0.7.68

func (m *GetCellsResponse) Unmarshal(dAtA []byte) error

func (*GetCellsResponse) XXX_DiscardUnknown added in v0.7.68

func (m *GetCellsResponse) XXX_DiscardUnknown()

func (*GetCellsResponse) XXX_Marshal added in v0.7.68

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

func (*GetCellsResponse) XXX_Merge added in v0.7.68

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

func (*GetCellsResponse) XXX_Size added in v0.7.68

func (m *GetCellsResponse) XXX_Size() int

func (*GetCellsResponse) XXX_Unmarshal added in v0.7.68

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

type GetConflictsRequest added in v0.7.68

type GetConflictsRequest struct {
	CellId uint64 `protobuf:"varint,1,opt,name=cell_id,json=cellId,proto3" json:"cell_id,omitempty"`
}

if cell id is not specified, will return all cells with conflicts

func (*GetConflictsRequest) Descriptor added in v0.7.68

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

func (*GetConflictsRequest) GetCellId added in v0.7.68

func (m *GetConflictsRequest) GetCellId() uint64

func (*GetConflictsRequest) Marshal added in v0.7.68

func (m *GetConflictsRequest) Marshal() (dAtA []byte, err error)

func (*GetConflictsRequest) MarshalTo added in v0.7.68

func (m *GetConflictsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetConflictsRequest) MarshalToSizedBuffer added in v0.7.68

func (m *GetConflictsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetConflictsRequest) ProtoMessage added in v0.7.68

func (*GetConflictsRequest) ProtoMessage()

func (*GetConflictsRequest) Reset added in v0.7.68

func (m *GetConflictsRequest) Reset()

func (*GetConflictsRequest) Size added in v0.7.68

func (m *GetConflictsRequest) Size() (n int)

func (*GetConflictsRequest) String added in v0.7.68

func (m *GetConflictsRequest) String() string

func (*GetConflictsRequest) Unmarshal added in v0.7.68

func (m *GetConflictsRequest) Unmarshal(dAtA []byte) error

func (*GetConflictsRequest) XXX_DiscardUnknown added in v0.7.68

func (m *GetConflictsRequest) XXX_DiscardUnknown()

func (*GetConflictsRequest) XXX_Marshal added in v0.7.68

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

func (*GetConflictsRequest) XXX_Merge added in v0.7.68

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

func (*GetConflictsRequest) XXX_Size added in v0.7.68

func (m *GetConflictsRequest) XXX_Size() int

func (*GetConflictsRequest) XXX_Unmarshal added in v0.7.68

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

type GetConflictsResponse added in v0.7.68

type GetConflictsResponse struct {
	Cells []*PciCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
}

func (*GetConflictsResponse) Descriptor added in v0.7.68

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

func (*GetConflictsResponse) GetCells added in v0.7.68

func (m *GetConflictsResponse) GetCells() []*PciCell

func (*GetConflictsResponse) Marshal added in v0.7.68

func (m *GetConflictsResponse) Marshal() (dAtA []byte, err error)

func (*GetConflictsResponse) MarshalTo added in v0.7.68

func (m *GetConflictsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetConflictsResponse) MarshalToSizedBuffer added in v0.7.68

func (m *GetConflictsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetConflictsResponse) ProtoMessage added in v0.7.68

func (*GetConflictsResponse) ProtoMessage()

func (*GetConflictsResponse) Reset added in v0.7.68

func (m *GetConflictsResponse) Reset()

func (*GetConflictsResponse) Size added in v0.7.68

func (m *GetConflictsResponse) Size() (n int)

func (*GetConflictsResponse) String added in v0.7.68

func (m *GetConflictsResponse) String() string

func (*GetConflictsResponse) Unmarshal added in v0.7.68

func (m *GetConflictsResponse) Unmarshal(dAtA []byte) error

func (*GetConflictsResponse) XXX_DiscardUnknown added in v0.7.68

func (m *GetConflictsResponse) XXX_DiscardUnknown()

func (*GetConflictsResponse) XXX_Marshal added in v0.7.68

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

func (*GetConflictsResponse) XXX_Merge added in v0.7.68

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

func (*GetConflictsResponse) XXX_Size added in v0.7.68

func (m *GetConflictsResponse) XXX_Size() int

func (*GetConflictsResponse) XXX_Unmarshal added in v0.7.68

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

type GetResolvedConflictsRequest added in v0.7.75

type GetResolvedConflictsRequest struct {
}

func (*GetResolvedConflictsRequest) Descriptor added in v0.7.75

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

func (*GetResolvedConflictsRequest) Marshal added in v0.7.75

func (m *GetResolvedConflictsRequest) Marshal() (dAtA []byte, err error)

func (*GetResolvedConflictsRequest) MarshalTo added in v0.7.75

func (m *GetResolvedConflictsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetResolvedConflictsRequest) MarshalToSizedBuffer added in v0.7.75

func (m *GetResolvedConflictsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetResolvedConflictsRequest) ProtoMessage added in v0.7.75

func (*GetResolvedConflictsRequest) ProtoMessage()

func (*GetResolvedConflictsRequest) Reset added in v0.7.75

func (m *GetResolvedConflictsRequest) Reset()

func (*GetResolvedConflictsRequest) Size added in v0.7.75

func (m *GetResolvedConflictsRequest) Size() (n int)

func (*GetResolvedConflictsRequest) String added in v0.7.75

func (m *GetResolvedConflictsRequest) String() string

func (*GetResolvedConflictsRequest) Unmarshal added in v0.7.75

func (m *GetResolvedConflictsRequest) Unmarshal(dAtA []byte) error

func (*GetResolvedConflictsRequest) XXX_DiscardUnknown added in v0.7.75

func (m *GetResolvedConflictsRequest) XXX_DiscardUnknown()

func (*GetResolvedConflictsRequest) XXX_Marshal added in v0.7.75

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

func (*GetResolvedConflictsRequest) XXX_Merge added in v0.7.75

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

func (*GetResolvedConflictsRequest) XXX_Size added in v0.7.75

func (m *GetResolvedConflictsRequest) XXX_Size() int

func (*GetResolvedConflictsRequest) XXX_Unmarshal added in v0.7.75

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

type GetResolvedConflictsResponse added in v0.7.75

type GetResolvedConflictsResponse struct {
	Cells []*CellResolution `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
}

returns all the resolved conflicts in the store

func (*GetResolvedConflictsResponse) Descriptor added in v0.7.75

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

func (*GetResolvedConflictsResponse) GetCells added in v0.7.75

func (*GetResolvedConflictsResponse) Marshal added in v0.7.75

func (m *GetResolvedConflictsResponse) Marshal() (dAtA []byte, err error)

func (*GetResolvedConflictsResponse) MarshalTo added in v0.7.75

func (m *GetResolvedConflictsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetResolvedConflictsResponse) MarshalToSizedBuffer added in v0.7.75

func (m *GetResolvedConflictsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetResolvedConflictsResponse) ProtoMessage added in v0.7.75

func (*GetResolvedConflictsResponse) ProtoMessage()

func (*GetResolvedConflictsResponse) Reset added in v0.7.75

func (m *GetResolvedConflictsResponse) Reset()

func (*GetResolvedConflictsResponse) Size added in v0.7.75

func (m *GetResolvedConflictsResponse) Size() (n int)

func (*GetResolvedConflictsResponse) String added in v0.7.75

func (*GetResolvedConflictsResponse) Unmarshal added in v0.7.75

func (m *GetResolvedConflictsResponse) Unmarshal(dAtA []byte) error

func (*GetResolvedConflictsResponse) XXX_DiscardUnknown added in v0.7.75

func (m *GetResolvedConflictsResponse) XXX_DiscardUnknown()

func (*GetResolvedConflictsResponse) XXX_Marshal added in v0.7.75

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

func (*GetResolvedConflictsResponse) XXX_Merge added in v0.7.75

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

func (*GetResolvedConflictsResponse) XXX_Size added in v0.7.75

func (m *GetResolvedConflictsResponse) XXX_Size() int

func (*GetResolvedConflictsResponse) XXX_Unmarshal added in v0.7.75

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

type PciCell added in v0.7.68

type PciCell struct {
	Id          uint64      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	NodeId      string      `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Dlearfcn    uint32      `protobuf:"varint,3,opt,name=dlearfcn,proto3" json:"dlearfcn,omitempty"`
	CellType    CellType    `protobuf:"varint,4,opt,name=cell_type,json=cellType,proto3,enum=onos.pci.CellType" json:"cell_type,omitempty"`
	Pci         uint32      `protobuf:"varint,5,opt,name=pci,proto3" json:"pci,omitempty"`
	PciPool     []*PciRange `protobuf:"bytes,6,rep,name=pci_pool,json=pciPool,proto3" json:"pci_pool,omitempty"`
	NeighborIds []uint64    `protobuf:"varint,7,rep,packed,name=neighbor_ids,json=neighborIds,proto3" json:"neighbor_ids,omitempty"`
}

func (*PciCell) Descriptor added in v0.7.68

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

func (*PciCell) GetCellType added in v0.7.68

func (m *PciCell) GetCellType() CellType

func (*PciCell) GetDlearfcn added in v0.7.68

func (m *PciCell) GetDlearfcn() uint32

func (*PciCell) GetId added in v0.7.68

func (m *PciCell) GetId() uint64

func (*PciCell) GetNeighborIds added in v0.7.68

func (m *PciCell) GetNeighborIds() []uint64

func (*PciCell) GetNodeId added in v0.7.68

func (m *PciCell) GetNodeId() string

func (*PciCell) GetPci added in v0.7.68

func (m *PciCell) GetPci() uint32

func (*PciCell) GetPciPool added in v0.7.68

func (m *PciCell) GetPciPool() []*PciRange

func (*PciCell) Marshal added in v0.7.68

func (m *PciCell) Marshal() (dAtA []byte, err error)

func (*PciCell) MarshalTo added in v0.7.68

func (m *PciCell) MarshalTo(dAtA []byte) (int, error)

func (*PciCell) MarshalToSizedBuffer added in v0.7.68

func (m *PciCell) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PciCell) ProtoMessage added in v0.7.68

func (*PciCell) ProtoMessage()

func (*PciCell) Reset added in v0.7.68

func (m *PciCell) Reset()

func (*PciCell) Size added in v0.7.68

func (m *PciCell) Size() (n int)

func (*PciCell) String added in v0.7.68

func (m *PciCell) String() string

func (*PciCell) Unmarshal added in v0.7.68

func (m *PciCell) Unmarshal(dAtA []byte) error

func (*PciCell) XXX_DiscardUnknown added in v0.7.68

func (m *PciCell) XXX_DiscardUnknown()

func (*PciCell) XXX_Marshal added in v0.7.68

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

func (*PciCell) XXX_Merge added in v0.7.68

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

func (*PciCell) XXX_Size added in v0.7.68

func (m *PciCell) XXX_Size() int

func (*PciCell) XXX_Unmarshal added in v0.7.68

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

type PciClient

type PciClient interface {
	GetConflicts(ctx context.Context, in *GetConflictsRequest, opts ...grpc.CallOption) (*GetConflictsResponse, error)
	GetResolvedConflicts(ctx context.Context, in *GetResolvedConflictsRequest, opts ...grpc.CallOption) (*GetResolvedConflictsResponse, error)
	GetCell(ctx context.Context, in *GetCellRequest, opts ...grpc.CallOption) (*GetCellResponse, error)
	GetCells(ctx context.Context, in *GetCellsRequest, opts ...grpc.CallOption) (*GetCellsResponse, error)
}

PciClient is the client API for Pci service.

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

func NewPciClient

func NewPciClient(cc *grpc.ClientConn) PciClient

type PciRange added in v0.7.68

type PciRange struct {
	Min uint32 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Max uint32 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
}

func (*PciRange) Descriptor added in v0.7.68

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

func (*PciRange) GetMax added in v0.7.68

func (m *PciRange) GetMax() uint32

func (*PciRange) GetMin added in v0.7.68

func (m *PciRange) GetMin() uint32

func (*PciRange) Marshal added in v0.7.68

func (m *PciRange) Marshal() (dAtA []byte, err error)

func (*PciRange) MarshalTo added in v0.7.68

func (m *PciRange) MarshalTo(dAtA []byte) (int, error)

func (*PciRange) MarshalToSizedBuffer added in v0.7.68

func (m *PciRange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PciRange) ProtoMessage added in v0.7.68

func (*PciRange) ProtoMessage()

func (*PciRange) Reset added in v0.7.68

func (m *PciRange) Reset()

func (*PciRange) Size added in v0.7.68

func (m *PciRange) Size() (n int)

func (*PciRange) String added in v0.7.68

func (m *PciRange) String() string

func (*PciRange) Unmarshal added in v0.7.68

func (m *PciRange) Unmarshal(dAtA []byte) error

func (*PciRange) XXX_DiscardUnknown added in v0.7.68

func (m *PciRange) XXX_DiscardUnknown()

func (*PciRange) XXX_Marshal added in v0.7.68

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

func (*PciRange) XXX_Merge added in v0.7.68

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

func (*PciRange) XXX_Size added in v0.7.68

func (m *PciRange) XXX_Size() int

func (*PciRange) XXX_Unmarshal added in v0.7.68

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

type PciServer

PciServer is the server API for Pci service.

type UnimplementedPciServer

type UnimplementedPciServer struct {
}

UnimplementedPciServer can be embedded to have forward compatible implementations.

func (*UnimplementedPciServer) GetCell added in v0.7.68

func (*UnimplementedPciServer) GetCells added in v0.7.68

func (*UnimplementedPciServer) GetConflicts added in v0.7.69

func (*UnimplementedPciServer) GetResolvedConflicts added in v0.7.75

Jump to

Keyboard shortcuts

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