MCPcopy
hub / github.com/caddyserver/certmagic / recordingStorage

Struct recordingStorage

account_test.go:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106var _ Storage = (*memoryStorage)(nil)
107
108type recordingStorage struct {
109 Storage
110 calls []recordedCall
111}
112
113func (r *recordingStorage) Delete(ctx context.Context, key string) error {
114 r.record("Delete", key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected