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

Method Timeout

test/enc_test.go:820–820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

818 // which implements net.Error Timeout interface.
819 type timeoutError interface {
820 Timeout() bool
821 }
822 timeoutErr, ok := err.(timeoutError)
823 if !ok || !timeoutErr.Timeout() {

Calls

no outgoing calls