aboutsummaryrefslogtreecommitdiffstats
path: root/entity/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/interface.go')
-rw-r--r--entity/interface.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/entity/interface.go b/entity/interface.go
index 572ba602..3035ac88 100644
--- a/entity/interface.go
+++ b/entity/interface.go
@@ -12,15 +12,3 @@ type Interface interface {
// Validate check if the Entity data is valid
Validate() error
}
-
-// type Commitable interface {
-// Interface
-// NeedCommit() bool
-// CommitAsNeeded(repo repository.ClockedRepo) error
-// Commit(repo repository.ClockedRepo) error
-// }
-
-//
-// type Operation interface {
-//
-// }