diff options
Diffstat (limited to 'identity/interface.go')
-rw-r--r-- | identity/interface.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/identity/interface.go b/identity/interface.go index 058e6ec6..6489efbe 100644 --- a/identity/interface.go +++ b/identity/interface.go @@ -5,6 +5,8 @@ import ( ) type Interface interface { + Id() string + Name() string Email() string Login() string |