package
1.2.2
Repository: https://github.com/memnix/memnix-rest.git
Documentation: pkg.go.dev

# Functions

ConvertToPublic converts a slice of domain.Deck to a slice of domain.PublicDeck.
NewRedisRepository returns a new redis repository.
NewRepository returns a new repository.
NewUseCase returns a new deck use case.

# Constants

No description provided by the author

# Structs

RedisRepository is the interface for the redis repository.
SQLRepository is the repository for the deck.
UseCase is the deck use case.

# Interfaces

IRedisRepository is the interface for the deck redis repository.
IRepository is the interface for the deck repository.
IUseCase is the interface for the deck use case.