package
0.0.0-20210420104442-0fe9a67082aa
Repository: https://github.com/pavelmemory/faceit-users.git
Documentation: pkg.go.dev
# Functions
NewMockStorage creates a new mock instance.
NewMockTransactioner creates a new mock instance.
NewService returns initialized user service.
# Structs
No description provided by the author
No description provided by the author
MockStorage is a mock of Storage interface.
MockStorageMockRecorder is the mock recorder for MockStorage.
MockTransactioner is a mock of Transactioner interface.
MockTransactionerMockRecorder is the mock recorder for MockTransactioner.
Service allows to CRUD user entity.
ValidationError encapsulates in it validation failure details.
# Interfaces
Storage is a persistence storage for the user entity.
Transactioner executes statements with/without explicitly open transaction.
# Type aliases
No description provided by the author