Versions in this module Expand all Collapse all v0 v0.1.0 Dec 24, 2019 Changes in this version + func RegisterBFTEventServer(s *grpc.Server, srv BFTEventServer) + type BFTEventClient interface + InformEvent func(ctx context.Context, in *EventInform, opts ...grpc.CallOption) (*EventReply, error) + func NewBFTEventClient(cc *grpc.ClientConn) BFTEventClient + type BFTEventServer interface + InformEvent func(context.Context, *EventInform) (*EventReply, error) + type EventInform struct + Delay int32 + Event string + EventArgs []string + From int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EventInform) Descriptor() ([]byte, []int) + func (*EventInform) ProtoMessage() + func (m *EventInform) GetDelay() int32 + func (m *EventInform) GetEvent() string + func (m *EventInform) GetEventArgs() []string + func (m *EventInform) GetFrom() int32 + func (m *EventInform) Reset() + func (m *EventInform) String() string + func (m *EventInform) XXX_DiscardUnknown() + func (m *EventInform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventInform) XXX_Merge(src proto.Message) + func (m *EventInform) XXX_Size() int + func (m *EventInform) XXX_Unmarshal(b []byte) error + type EventReply struct + Gotit int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EventReply) Descriptor() ([]byte, []int) + func (*EventReply) ProtoMessage() + func (m *EventReply) GetGotit() int32 + func (m *EventReply) Reset() + func (m *EventReply) String() string + func (m *EventReply) XXX_DiscardUnknown() + func (m *EventReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventReply) XXX_Merge(src proto.Message) + func (m *EventReply) XXX_Size() int + func (m *EventReply) XXX_Unmarshal(b []byte) error + type UnimplementedBFTEventServer struct + func (*UnimplementedBFTEventServer) InformEvent(ctx context.Context, req *EventInform) (*EventReply, error)