Documentation ¶
Index ¶
- func RegisterGRPCMdtDialoutServer(s *grpc.Server, srv GRPCMdtDialoutServer)
- type GRPCMdtDialoutClient
- type GRPCMdtDialoutServer
- type GRPCMdtDialout_MdtDialoutClient
- type GRPCMdtDialout_MdtDialoutServer
- type MdtDialoutArgs
- func (*MdtDialoutArgs) Descriptor() ([]byte, []int)
- func (m *MdtDialoutArgs) GetData() []byte
- func (m *MdtDialoutArgs) GetErrors() string
- func (m *MdtDialoutArgs) GetReqId() int64
- func (*MdtDialoutArgs) ProtoMessage()
- func (m *MdtDialoutArgs) Reset()
- func (m *MdtDialoutArgs) String() string
- func (m *MdtDialoutArgs) XXX_DiscardUnknown()
- func (m *MdtDialoutArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MdtDialoutArgs) XXX_Merge(src proto.Message)
- func (m *MdtDialoutArgs) XXX_Size() int
- func (m *MdtDialoutArgs) XXX_Unmarshal(b []byte) error
- type UnimplementedGRPCMdtDialoutServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGRPCMdtDialoutServer ¶
func RegisterGRPCMdtDialoutServer(s *grpc.Server, srv GRPCMdtDialoutServer)
Types ¶
type GRPCMdtDialoutClient ¶
type GRPCMdtDialoutClient interface {
MdtDialout(ctx context.Context, opts ...grpc.CallOption) (GRPCMdtDialout_MdtDialoutClient, error)
}
GRPCMdtDialoutClient is the client API for GRPCMdtDialout service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGRPCMdtDialoutClient ¶
func NewGRPCMdtDialoutClient(cc *grpc.ClientConn) GRPCMdtDialoutClient
type GRPCMdtDialoutServer ¶
type GRPCMdtDialoutServer interface {
MdtDialout(GRPCMdtDialout_MdtDialoutServer) error
}
GRPCMdtDialoutServer is the server API for GRPCMdtDialout service.
type GRPCMdtDialout_MdtDialoutClient ¶
type GRPCMdtDialout_MdtDialoutClient interface { Send(*MdtDialoutArgs) error Recv() (*MdtDialoutArgs, error) grpc.ClientStream }
type GRPCMdtDialout_MdtDialoutServer ¶
type GRPCMdtDialout_MdtDialoutServer interface { Send(*MdtDialoutArgs) error Recv() (*MdtDialoutArgs, error) grpc.ServerStream }
type MdtDialoutArgs ¶
type MdtDialoutArgs struct { ReqId int64 `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Errors string `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MdtDialoutArgs) Descriptor ¶
func (*MdtDialoutArgs) Descriptor() ([]byte, []int)
func (*MdtDialoutArgs) GetData ¶
func (m *MdtDialoutArgs) GetData() []byte
func (*MdtDialoutArgs) GetErrors ¶
func (m *MdtDialoutArgs) GetErrors() string
func (*MdtDialoutArgs) GetReqId ¶
func (m *MdtDialoutArgs) GetReqId() int64
func (*MdtDialoutArgs) ProtoMessage ¶
func (*MdtDialoutArgs) ProtoMessage()
func (*MdtDialoutArgs) Reset ¶
func (m *MdtDialoutArgs) Reset()
func (*MdtDialoutArgs) String ¶
func (m *MdtDialoutArgs) String() string
func (*MdtDialoutArgs) XXX_DiscardUnknown ¶
func (m *MdtDialoutArgs) XXX_DiscardUnknown()
func (*MdtDialoutArgs) XXX_Marshal ¶
func (m *MdtDialoutArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MdtDialoutArgs) XXX_Merge ¶
func (m *MdtDialoutArgs) XXX_Merge(src proto.Message)
func (*MdtDialoutArgs) XXX_Size ¶
func (m *MdtDialoutArgs) XXX_Size() int
func (*MdtDialoutArgs) XXX_Unmarshal ¶
func (m *MdtDialoutArgs) XXX_Unmarshal(b []byte) error
type UnimplementedGRPCMdtDialoutServer ¶
type UnimplementedGRPCMdtDialoutServer struct { }
UnimplementedGRPCMdtDialoutServer can be embedded to have forward compatible implementations.
func (*UnimplementedGRPCMdtDialoutServer) MdtDialout ¶
func (*UnimplementedGRPCMdtDialoutServer) MdtDialout(srv GRPCMdtDialout_MdtDialoutServer) error
Click to show internal directories.
Click to hide internal directories.