MCPcopy Create free account
hub / github.com/DoNewsCode/core / ProvideCloser

Method ProvideCloser

module_contract.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38// CloserProvider provides a shutdown function that will be called when service exits.
39type CloserProvider interface {
40 ProvideCloser()
41}
42
43// RunProvider provides a runnable actor. Use it to register any server-like

Callers 1

ShutdownMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected