Home / Type/ storageManager Type — fiber Architecture

storageManager Type — fiber Architecture

Architecture documentation for the storageManager type/interface in storage_manager.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  22bd5ef5_756c_ca4c_66c9_ed78776e6191["storageManager"]
  5f51eff0_8a81_9f3c_b272_baa3335689bd["storage_manager.go"]
  22bd5ef5_756c_ca4c_66c9_ed78776e6191 -->|defined in| 5f51eff0_8a81_9f3c_b272_baa3335689bd
  style 22bd5ef5_756c_ca4c_66c9_ed78776e6191 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

middleware/csrf/storage_manager.go lines 22–27

type storageManager struct {
	pool       sync.Pool       `msg:"-"` //nolint:revive // Ignore unexported type
	memory     *memory.Storage `msg:"-"` //nolint:revive // Ignore unexported type
	storage    fiber.Storage   `msg:"-"` //nolint:revive // Ignore unexported type
	redactKeys bool
}

Frequently Asked Questions

What is the storageManager type?
storageManager is a type/interface in the fiber codebase, defined in middleware/csrf/storage_manager.go.
Where is storageManager defined?
storageManager is defined in middleware/csrf/storage_manager.go at line 22.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free