feat: go - added repositories for buisness logic

This commit is contained in:
2025-01-02 13:56:46 +00:00
parent 615e749a12
commit 5d836ac199
10 changed files with 246 additions and 28 deletions
@@ -3,7 +3,8 @@ package data
import (
"actatempus_backend/internal/domain/entities"
"context"
E "github.com/IBM/fp-go/either"
E "github.com/IBM/fp-go/either"
)
// UserDataSource defines the operations for interacting with user data.