Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliverClient ¶
type DeliverClient interface {
Deliver(ctx context.Context, opts ...grpc.CallOption) (DeliverService, error)
}
DeliverClient为Delivery客户端定义接口
type DeliverService ¶
type DeliverService interface { Send(*cb.Envelope) error Recv() (*ab.DeliverResponse, error) CloseSend() error }
DeliverService定义用于传递块的接口
Click to show internal directories.
Click to hide internal directories.