package
1.2.1
Repository: https://github.com/passwall/passwall-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

DBConn databese connection.
New opens a database according to configuration.

# Structs

Database is the concrete store provider.

# Interfaces

BankAccountRepository interface is the common interface for a repository Each method checks the entity type.
CreditCardRepository interface is the common interface for a repository Each method checks the entity type.
EmailRepository interface is the common interface for a repository Each method checks the entity type.
LoginRepository interface is the common interface for a repository Each method checks the entity type.
NoteRepository interface is the common interface for a repository Each method checks the entity type.
ServerRepository interface is the common interface for a repository Each method checks the entity type.
Store is the minimal interface for the various repositories.
SubscriptionRepository interface is the common interface for a repository Each method checks the entity type.
TokenRepository ...
UserRepository interface is the common interface for a repository Each method checks the entity type.