From 46beb4b886761ff69abe2ce45c2498a4fafe50d9 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 24 Feb 2019 18:49:12 +0100 Subject: identity: another round of cleanups --- identity/interface.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'identity/interface.go') 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 -- cgit