MCPcopy
hub / github.com/micro/go-micro / CloseSend

Method CloseSend

client/client.go:93–93  ·  view source on GitHub ↗

CloseSend closes the send direction of the stream.

()

Source from the content-addressed store, hash-verified

91type Closer interface {
92 // CloseSend closes the send direction of the stream.
93 CloseSend() error
94}
95
96// Option used by the Client.

Callers 2

CloseMethod · 0.65
CloseSendMethod · 0.65

Implementers 6

rpcStreamclient/rpc_stream.go
grpcStreamclient/grpc/stream.go
transportServiceStreamtransport/grpc/proto/transport.pb.micr
debugServiceLogdebug/proto/debug.pb.micro.go
debugServiceMessageBusdebug/proto/debug.pb.micro.go
greeterServiceStreamcmd/protoc-gen-micro/examples/greeter/

Calls

no outgoing calls

Tested by

no test coverage detected