diff options
Diffstat (limited to 'identity/interface.go')
-rw-r--r-- | identity/interface.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/identity/interface.go b/identity/interface.go index 9fe4db4f..d5c80543 100644 --- a/identity/interface.go +++ b/identity/interface.go @@ -9,6 +9,9 @@ type Interface interface { // Id return the Identity identifier Id() string + // HumanId return the Identity identifier truncated for human consumption + HumanId() string + // Name return the last version of the name Name() string // Email return the last version of the email |