package
0.0.0-20240323100325-aa9ed8d7823e
Repository: https://github.com/justworking42/go-password-manager.git
Documentation: pkg.go.dev

# Packages

Package mongo provide a wrapper around the MongoDB driver.

# Functions

NewMockStorage creates a new mock instance.
NewUser creates a new user.

# Structs

BinaryData represents a binary data.
CardData represents a card.
Config is the configuration for storage.
MockStorage is a mock of Storage interface.
MockStorageMockRecorder is the mock recorder for MockStorage.
/ Note represents a note.
PasswordData represents a password.
User represents a user.

# Interfaces

Storage defines the interface for storage operations.