diff options
Diffstat (limited to 'entity/interface.go')
-rw-r--r-- | entity/interface.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/entity/interface.go b/entity/interface.go index 62b92a58..dd5d69b1 100644 --- a/entity/interface.go +++ b/entity/interface.go @@ -2,7 +2,5 @@ package entity type Interface interface { // Id return the Entity identifier - Id() string - // HumanId return the Entity identifier truncated for human consumption - HumanId() string + Id() Id } |