Documentation ¶
Index ¶
- type BioErrorReq
- func (*BioErrorReq) Descriptor() ([]byte, []int)
- func (m *BioErrorReq) GetDrpcListenerSock() string
- func (m *BioErrorReq) GetInstanceIdx() uint32
- func (m *BioErrorReq) GetReadErr() bool
- func (m *BioErrorReq) GetTgtId() int32
- func (m *BioErrorReq) GetUnmapErr() bool
- func (m *BioErrorReq) GetUri() string
- func (m *BioErrorReq) GetWriteErr() bool
- func (*BioErrorReq) ProtoMessage()
- func (m *BioErrorReq) Reset()
- func (m *BioErrorReq) String() string
- func (m *BioErrorReq) XXX_DiscardUnknown()
- func (m *BioErrorReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BioErrorReq) XXX_Merge(src proto.Message)
- func (m *BioErrorReq) XXX_Size() int
- func (m *BioErrorReq) XXX_Unmarshal(b []byte) error
- type NotifyReadyReq
- func (*NotifyReadyReq) Descriptor() ([]byte, []int)
- func (m *NotifyReadyReq) GetDrpcListenerSock() string
- func (m *NotifyReadyReq) GetInstanceIdx() uint32
- func (m *NotifyReadyReq) GetNctxs() uint32
- func (m *NotifyReadyReq) GetNtgts() uint32
- func (m *NotifyReadyReq) GetUri() string
- func (*NotifyReadyReq) ProtoMessage()
- func (m *NotifyReadyReq) Reset()
- func (m *NotifyReadyReq) String() string
- func (m *NotifyReadyReq) XXX_DiscardUnknown()
- func (m *NotifyReadyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NotifyReadyReq) XXX_Merge(src proto.Message)
- func (m *NotifyReadyReq) XXX_Size() int
- func (m *NotifyReadyReq) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BioErrorReq ¶ added in v0.8.0
type BioErrorReq struct { UnmapErr bool `protobuf:"varint,1,opt,name=unmapErr,proto3" json:"unmapErr,omitempty"` ReadErr bool `protobuf:"varint,2,opt,name=readErr,proto3" json:"readErr,omitempty"` WriteErr bool `protobuf:"varint,3,opt,name=writeErr,proto3" json:"writeErr,omitempty"` TgtId int32 `protobuf:"varint,4,opt,name=tgtId,proto3" json:"tgtId,omitempty"` InstanceIdx uint32 `protobuf:"varint,5,opt,name=instanceIdx,proto3" json:"instanceIdx,omitempty"` DrpcListenerSock string `protobuf:"bytes,6,opt,name=drpcListenerSock,proto3" json:"drpcListenerSock,omitempty"` Uri string `protobuf:"bytes,7,opt,name=uri,proto3" json:"uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BioErrorReq) Descriptor ¶ added in v0.8.0
func (*BioErrorReq) Descriptor() ([]byte, []int)
func (*BioErrorReq) GetDrpcListenerSock ¶ added in v0.8.0
func (m *BioErrorReq) GetDrpcListenerSock() string
func (*BioErrorReq) GetInstanceIdx ¶ added in v0.8.0
func (m *BioErrorReq) GetInstanceIdx() uint32
func (*BioErrorReq) GetReadErr ¶ added in v0.8.0
func (m *BioErrorReq) GetReadErr() bool
func (*BioErrorReq) GetTgtId ¶ added in v0.8.0
func (m *BioErrorReq) GetTgtId() int32
func (*BioErrorReq) GetUnmapErr ¶ added in v0.8.0
func (m *BioErrorReq) GetUnmapErr() bool
func (*BioErrorReq) GetUri ¶ added in v0.8.0
func (m *BioErrorReq) GetUri() string
func (*BioErrorReq) GetWriteErr ¶ added in v0.8.0
func (m *BioErrorReq) GetWriteErr() bool
func (*BioErrorReq) ProtoMessage ¶ added in v0.8.0
func (*BioErrorReq) ProtoMessage()
func (*BioErrorReq) Reset ¶ added in v0.8.0
func (m *BioErrorReq) Reset()
func (*BioErrorReq) String ¶ added in v0.8.0
func (m *BioErrorReq) String() string
func (*BioErrorReq) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *BioErrorReq) XXX_DiscardUnknown()
func (*BioErrorReq) XXX_Marshal ¶ added in v0.8.0
func (m *BioErrorReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BioErrorReq) XXX_Merge ¶ added in v0.8.0
func (m *BioErrorReq) XXX_Merge(src proto.Message)
func (*BioErrorReq) XXX_Size ¶ added in v0.8.0
func (m *BioErrorReq) XXX_Size() int
func (*BioErrorReq) XXX_Unmarshal ¶ added in v0.8.0
func (m *BioErrorReq) XXX_Unmarshal(b []byte) error
type NotifyReadyReq ¶
type NotifyReadyReq struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` Nctxs uint32 `protobuf:"varint,2,opt,name=nctxs,proto3" json:"nctxs,omitempty"` DrpcListenerSock string `protobuf:"bytes,3,opt,name=drpcListenerSock,proto3" json:"drpcListenerSock,omitempty"` InstanceIdx uint32 `protobuf:"varint,4,opt,name=instanceIdx,proto3" json:"instanceIdx,omitempty"` Ntgts uint32 `protobuf:"varint,5,opt,name=ntgts,proto3" json:"ntgts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NotifyReadyReq) Descriptor ¶
func (*NotifyReadyReq) Descriptor() ([]byte, []int)
func (*NotifyReadyReq) GetDrpcListenerSock ¶
func (m *NotifyReadyReq) GetDrpcListenerSock() string
func (*NotifyReadyReq) GetInstanceIdx ¶
func (m *NotifyReadyReq) GetInstanceIdx() uint32
func (*NotifyReadyReq) GetNctxs ¶
func (m *NotifyReadyReq) GetNctxs() uint32
func (*NotifyReadyReq) GetNtgts ¶ added in v0.9.1
func (m *NotifyReadyReq) GetNtgts() uint32
func (*NotifyReadyReq) GetUri ¶
func (m *NotifyReadyReq) GetUri() string
func (*NotifyReadyReq) ProtoMessage ¶
func (*NotifyReadyReq) ProtoMessage()
func (*NotifyReadyReq) Reset ¶
func (m *NotifyReadyReq) Reset()
func (*NotifyReadyReq) String ¶
func (m *NotifyReadyReq) String() string
func (*NotifyReadyReq) XXX_DiscardUnknown ¶
func (m *NotifyReadyReq) XXX_DiscardUnknown()
func (*NotifyReadyReq) XXX_Marshal ¶
func (m *NotifyReadyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotifyReadyReq) XXX_Merge ¶
func (m *NotifyReadyReq) XXX_Merge(src proto.Message)
func (*NotifyReadyReq) XXX_Size ¶
func (m *NotifyReadyReq) XXX_Size() int
func (*NotifyReadyReq) XXX_Unmarshal ¶
func (m *NotifyReadyReq) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.