conform service design/usage patterns
This commit is contained in:
parent
89a5fdc4e5
commit
fd3b2a0dba
13 changed files with 65 additions and 60 deletions
|
|
@ -8,11 +8,9 @@ import (
|
|||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
type (
|
||||
AccountRepositoryPostgres struct {
|
||||
db *sqlx.DB
|
||||
}
|
||||
)
|
||||
type AccountRepositoryPostgres struct {
|
||||
db *sqlx.DB
|
||||
}
|
||||
|
||||
var _ AccountRepository = new(AccountRepositoryPostgres)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue