Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
91
type
Closer
interface
{
92
// CloseSend closes the send direction of the stream.
93
CloseSend() error
94
}
95
96
// Option used by the Client.
Callers
2
Close
Method · 0.65
CloseSend
Method · 0.65
Implementers
6
rpcStream
client/rpc_stream.go
grpcStream
client/grpc/stream.go
transportServiceStream
transport/grpc/proto/transport.pb.micr
debugServiceLog
debug/proto/debug.pb.micro.go
debugServiceMessageBus
debug/proto/debug.pb.micro.go
greeterServiceStream
cmd/protoc-gen-micro/examples/greeter/
Calls
no outgoing calls
Tested by
no test coverage detected