package
0.1.10
Repository: https://github.com/geniusrabbit/blaze-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package mocks is a generated GoMock package.
Package repository implements methods of working with the repository objects.
Package usecase user managing.

# Functions

ComparePasswords between income password and generated hash.
PasswordHash process and return processed password to bcrypt hash.
SetSalt for passowrd.

# Structs

ListFilter object with filtered values which is not NULL.
ListOrder object with order values which is not NULL.

# Interfaces

Repository describes basic user methods go:generate mockgen -source $GOFILE -package mocks -destination mocks/repository.go.
Usecase describes basic user methods go:generate mockgen -source $GOFILE -package mocks -destination mocks/usecase.go.