Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamGreeter ¶
type StreamGreeter interface {
Greet(ctx context.Context, in *StreamReq, opts ...grpc.CallOption) (*StreamResp, error)
}
func NewStreamGreeter ¶
func NewStreamGreeter(cli zrpc.Client) StreamGreeter
type StreamResp ¶
type StreamResp = pb.StreamResp
Click to show internal directories.
Click to hide internal directories.