MCPcopy
hub / github.com/hashicorp/memberlist / Shutdown

Method Shutdown

transport.go:68–68  ·  view source on GitHub ↗

Shutdown is called when memberlist is shutting down; this gives the transport a chance to clean up any listeners.

()

Source from the content-addressed store, hash-verified

66 // Shutdown is called when memberlist is shutting down; this gives the
67 // transport a chance to clean up any listeners.
68 Shutdown() error
69}
70
71type Address struct {

Callers 15

TestTransport_JoinFunction · 0.65
TestTransport_SendFunction · 0.65
TestCreate_secretKeyFunction · 0.65
TestCreate_keyringOnlyFunction · 0.65
TestCreateFunction · 0.65

Implementers 2

MockTransportmock_transport.go
NetTransportnet_transport.go

Calls

no outgoing calls

Tested by 15

TestTransport_JoinFunction · 0.52
TestTransport_SendFunction · 0.52
TestCreate_secretKeyFunction · 0.52
TestCreate_keyringOnlyFunction · 0.52
TestCreateFunction · 0.52