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

Method RemoteAddr

protocol/conn.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (c *Conn) RemoteAddr() net.Addr {
56 return c.conn.RemoteAddr()
57}
58
59func (c *Conn) SetDeadline(t time.Time) error {
60 return c.conn.SetDeadline(t)

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected