Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 Changes in this version + type DeliverClient interface + Deliver func(ctx context.Context, opts ...grpc.CallOption) (DeliverService, error) + type DeliverService interface + CloseSend func() error + Recv func() (*ab.DeliverResponse, error) + Send func(*cb.Envelope) error + type PeerDeliverClient interface + Deliver func(ctx context.Context, opts ...grpc.CallOption) (api.Deliver, error) + DeliverFiltered func(ctx context.Context, opts ...grpc.CallOption) (api.Deliver, error)