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

Method LocalAddr

protocol/conn.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (c *Conn) LocalAddr() net.Addr {
52 return c.conn.LocalAddr()
53}
54
55func (c *Conn) RemoteAddr() net.Addr {
56 return c.conn.RemoteAddr()

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected