MCPcopy
hub / github.com/dunglas/mercure / Cleanup

Method Cleanup

caddy/bolt.go:80–84  ·  view source on GitHub ↗

nolint:wrapcheck

()

Source from the content-addressed store, hash-verified

78
79//nolint:wrapcheck
80func (b *Bolt) Cleanup() error {
81 _, err := TransportUsagePool.Delete(b.transportKey)
82
83 return err
84}
85
86// UnmarshalCaddyfile sets up the handler from Caddyfile tokens.
87//

Calls

no outgoing calls