Versions in this module Expand all Collapse all v0 v0.6.0 Aug 10, 2022 v0.5.0 Aug 10, 2022 Changes in this version + type StreamGreeter interface + Greet func(ctx context.Context, in *StreamReq, opts ...grpc.CallOption) (*StreamResp, error) + func NewStreamGreeter(cli zrpc.Client) StreamGreeter + type StreamReq = pb.StreamReq + type StreamResp = pb.StreamResp