octoposprime / op-be-auth

OctopOS Prime Backend Authorization and Authentication Service
http://www.octoposprime.com
5 stars 0 forks source link

Removed user related DB operations from DbPort. #49

Closed Smnrgcl closed 3 months ago

Smnrgcl commented 3 months ago

Closes #39

This update involves modifying the DbPort interface in the internal/application/infrastructure/port/repository/db.go file to align with recent architectural changes. In the revised interface, direct management of user-related database operations via this port is eliminated.

The entire content of db.go has been replaced with the provided code snippet to reflect these changes accurately.