Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRecordNotFound = errors.New("record not found")
)
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface {
User() UserRepository
}
using this interface we can alter witch storage implementation of storage we want to use
Click to show internal directories.
Click to hide internal directories.