MCPcopy
hub / github.com/grpc/grpc-go / writerSink

Struct writerSink

internal/binarylog/sink.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type writerSink struct {
66 out io.Writer
67}
68
69func (ws *writerSink) Write(e *binlogpb.GrpcLogEntry) error {
70 b, err := proto.Marshal(e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected