Skip to content

Commit

Permalink
mock goal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Dec 1, 2023
1 parent cf9cc9d commit 5c71021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/microservices/goal/repository/postgres/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ func (r *Repository) UpdateGoal(ctx context.Context, goal *models.Goal) error {
}

func (r *Repository) DeleteGoal(ctx context.Context, goalId uuid.UUID) error {

return nil
}

func (r *Repository) GetGoals(ctx context.Context, userId uuid.UUID) ([]models.Goal, error) {

return nil, nil
}

func (r *Repository) CheckGoalsState(ctx context.Context, userId uuid.UUID) ([]models.Goal, error) {

return nil, nil
}

0 comments on commit 5c71021

Please sign in to comment.