Skip to content

Commit

Permalink
Add DDD structure for identity-access
Browse files Browse the repository at this point in the history
  • Loading branch information
YuuDaRealest committed May 28, 2024
1 parent 7d0d4c4 commit 441630b
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:dartz/dartz.dart';
import 'package:ddd_core/ddd_core.dart';
import 'package:freezed_annotation/freezed_annotation.dart';

import '../../../authentication/domain/use-cases/auth_value_objects.dart';
import '../../../../../features/authentication/domain/use-cases/auth_value_objects.dart';

part 'account.freezed.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:freezed_annotation/freezed_annotation.dart';

import '../../authentication/domain/use-cases/auth_value_objects.dart';
import '../domain/model/account.dart';
import '../../../../features/authentication/domain/use-cases/auth_value_objects.dart';
import '../domain/entities/account.dart';

part 'account_dto.freezed.dart';
part 'account_dto.g.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:hive/hive.dart';

import '../../authentication/domain/use-cases/auth_value_objects.dart';
import '../domain/model/account.dart';
import '../../../../features/authentication/domain/use-cases/auth_value_objects.dart';
import '../domain/entities/account.dart';

@HiveType(typeId: 0)
class AccountEntity extends HiveObject {
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.

This file was deleted.

This file was deleted.

0 comments on commit 441630b

Please sign in to comment.