aboutsummaryrefslogtreecommitdiffstats
path: root/identity/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/interface.go')
-rw-r--r--identity/interface.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/identity/interface.go b/identity/interface.go
index d5c80543..49395ab1 100644
--- a/identity/interface.go
+++ b/identity/interface.go
@@ -14,12 +14,16 @@ type Interface interface {
// Name return the last version of the name
Name() string
+
// Email return the last version of the email
Email() string
+
// Login return the last version of the login
Login() string
+
// AvatarUrl return the last version of the Avatar URL
AvatarUrl() string
+
// Keys return the last version of the valid keys
Keys() []Key