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

Struct memoryStorage

account_test.go:33–35  ·  view source on GitHub ↗

memoryStorage is an in-memory storage implementation with known contents *and* fixed iteration order for List.

Source from the content-addressed store, hash-verified

31
32// memoryStorage is an in-memory storage implementation with known contents *and* fixed iteration order for List.
33type memoryStorage struct {
34 contents []memoryStorageItem
35}
36
37type memoryStorageItem struct {
38 key string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected