nolint:wrapcheck
()
| 78 | |
| 79 | //nolint:wrapcheck |
| 80 | func (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 | // |
no outgoing calls