MCPcopy
hub / github.com/nats-io/nats.go / RemoteAddr

Method RemoteAddr

nats_test.go:1829–1829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1827func (mc *mockConn) Close() error { return nil }
1828func (mc *mockConn) LocalAddr() net.Addr { return nil }
1829func (mc *mockConn) RemoteAddr() net.Addr { return nil }
1830func (mc *mockConn) SetDeadline(t time.Time) error { return nil }
1831func (mc *mockConn) SetReadDeadline(t time.Time) error { return nil }
1832

Callers 1

ConnectedAddrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected