//
pkg.gl
Category
github.com/durudex/durudex-user-service
internal
repository
postgres
package
0.0.0-20220802194130-455cc0d06440
Repository:
https://github.com/durudex/durudex-user-service.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
2
Files
181 SLOC
#
Functions
NewPostgresRepository
Creating a new postgres repository.
NewSessionRepository
Creating a new user session repository.
NewUserRepository
Creating a new user repository.
#
Constants
SessionTable
Session table name.
UserTable
User table name.
#
Structs
PostgresRepository
Postgres repository structure.
SessionRepository
User session repository structure.
UserRepository
User repository structure.
#
Interfaces
Session
User session repository interface.
User
User repository interface.