package
0.0.0-20240404083532-6f24f9c84e16
Repository: https://github.com/pillarion/practice-auth.git
Documentation: pkg.go.dev
# Functions
NewRepoMock returns a mock for user.Repo.
# Structs
Pgtx implements pgx.Tx.
RepoMock implements user.Repo.
RepoMockDeleteExpectation specifies expectation struct of the Repo.Delete.
RepoMockDeleteParams contains parameters of the Repo.Delete.
RepoMockDeleteResults contains results of the Repo.Delete.
RepoMockInsertExpectation specifies expectation struct of the Repo.Insert.
RepoMockInsertParams contains parameters of the Repo.Insert.
RepoMockInsertResults contains results of the Repo.Insert.
RepoMockSelectByIDExpectation specifies expectation struct of the Repo.SelectByID.
RepoMockSelectByIDParams contains parameters of the Repo.SelectByID.
RepoMockSelectByIDResults contains results of the Repo.SelectByID.
RepoMockSelectByNameExpectation specifies expectation struct of the Repo.SelectByName.
RepoMockSelectByNameParams contains parameters of the Repo.SelectByName.
RepoMockSelectByNameResults contains results of the Repo.SelectByName.
RepoMockSelectPasswordExpectation specifies expectation struct of the Repo.SelectPassword.
RepoMockSelectPasswordParams contains parameters of the Repo.SelectPassword.
RepoMockSelectPasswordResults contains results of the Repo.SelectPassword.
RepoMockUpdateExpectation specifies expectation struct of the Repo.Update.
RepoMockUpdateParams contains parameters of the Repo.Update.
RepoMockUpdateResults contains results of the Repo.Update.