MCPcopy
hub / github.com/segmentio/kafka-go / SetWriteDeadline

Method SetWriteDeadline

conn_test.go:94–96  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

92}
93
94func (c *connPipe) SetWriteDeadline(t time.Time) error {
95 return c.wconn.SetWriteDeadline(t)
96}
97
98func init() {
99 rand.Seed(time.Now().UnixNano())

Callers 1

CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected