Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 2022 Changes in this version + var AppSender_ServiceDesc = grpc.ServiceDesc + var File_appsender_appsender_proto protoreflect.FileDescriptor + func RegisterAppSenderServer(s grpc.ServiceRegistrar, srv AppSenderServer) + type AppSenderClient interface + SendAppGossip func(ctx context.Context, in *SendAppGossipMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + SendAppGossipSpecific func(ctx context.Context, in *SendAppGossipSpecificMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + SendAppRequest func(ctx context.Context, in *SendAppRequestMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + SendAppResponse func(ctx context.Context, in *SendAppResponseMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewAppSenderClient(cc grpc.ClientConnInterface) AppSenderClient + type AppSenderServer interface + SendAppGossip func(context.Context, *SendAppGossipMsg) (*emptypb.Empty, error) + SendAppGossipSpecific func(context.Context, *SendAppGossipSpecificMsg) (*emptypb.Empty, error) + SendAppRequest func(context.Context, *SendAppRequestMsg) (*emptypb.Empty, error) + SendAppResponse func(context.Context, *SendAppResponseMsg) (*emptypb.Empty, error) + type SendAppGossipMsg struct + Msg []byte + func (*SendAppGossipMsg) Descriptor() ([]byte, []int) + func (*SendAppGossipMsg) ProtoMessage() + func (x *SendAppGossipMsg) GetMsg() []byte + func (x *SendAppGossipMsg) ProtoReflect() protoreflect.Message + func (x *SendAppGossipMsg) Reset() + func (x *SendAppGossipMsg) String() string + type SendAppGossipSpecificMsg struct + Msg []byte + NodeIds [][]byte + func (*SendAppGossipSpecificMsg) Descriptor() ([]byte, []int) + func (*SendAppGossipSpecificMsg) ProtoMessage() + func (x *SendAppGossipSpecificMsg) GetMsg() []byte + func (x *SendAppGossipSpecificMsg) GetNodeIds() [][]byte + func (x *SendAppGossipSpecificMsg) ProtoReflect() protoreflect.Message + func (x *SendAppGossipSpecificMsg) Reset() + func (x *SendAppGossipSpecificMsg) String() string + type SendAppRequestMsg struct + NodeIds [][]byte + Request []byte + RequestId uint32 + func (*SendAppRequestMsg) Descriptor() ([]byte, []int) + func (*SendAppRequestMsg) ProtoMessage() + func (x *SendAppRequestMsg) GetNodeIds() [][]byte + func (x *SendAppRequestMsg) GetRequest() []byte + func (x *SendAppRequestMsg) GetRequestId() uint32 + func (x *SendAppRequestMsg) ProtoReflect() protoreflect.Message + func (x *SendAppRequestMsg) Reset() + func (x *SendAppRequestMsg) String() string + type SendAppResponseMsg struct + NodeId []byte + RequestId uint32 + Response []byte + func (*SendAppResponseMsg) Descriptor() ([]byte, []int) + func (*SendAppResponseMsg) ProtoMessage() + func (x *SendAppResponseMsg) GetNodeId() []byte + func (x *SendAppResponseMsg) GetRequestId() uint32 + func (x *SendAppResponseMsg) GetResponse() []byte + func (x *SendAppResponseMsg) ProtoReflect() protoreflect.Message + func (x *SendAppResponseMsg) Reset() + func (x *SendAppResponseMsg) String() string + type UnimplementedAppSenderServer struct + func (UnimplementedAppSenderServer) SendAppGossip(context.Context, *SendAppGossipMsg) (*emptypb.Empty, error) + func (UnimplementedAppSenderServer) SendAppGossipSpecific(context.Context, *SendAppGossipSpecificMsg) (*emptypb.Empty, error) + func (UnimplementedAppSenderServer) SendAppRequest(context.Context, *SendAppRequestMsg) (*emptypb.Empty, error) + func (UnimplementedAppSenderServer) SendAppResponse(context.Context, *SendAppResponseMsg) (*emptypb.Empty, error) + type UnsafeAppSenderServer interface