Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shard ¶
type Shard struct { Id int Verbose bool Error chan error Blocks map[chainhash.Hash]ProcessBlock cluster_pb.UnimplementedClusterServer // contains filtered or unexported fields }
func (*Shard) Ping ¶
func (s *Shard) Ping(_ context.Context, req *cluster_pb.PingReq) (*cluster_pb.PingResp, error)
func (*Shard) SaveTxs ¶
func (s *Shard) SaveTxs(ctx context.Context, req *cluster_pb.SaveReq) (*cluster_pb.EmptyResp, error)
Click to show internal directories.
Click to hide internal directories.