diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-24 18:49:12 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:52:53 +0100 |
commit | 46beb4b886761ff69abe2ce45c2498a4fafe50d9 (patch) | |
tree | 2722505d859d93a309e6fcee40af7812c74d1220 /identity/interface.go | |
parent | 475b7b4c490bc3729772932f2d7bbcabb8f781a7 (diff) | |
download | git-bug-46beb4b886761ff69abe2ce45c2498a4fafe50d9.tar.gz |
identity: another round of cleanups
Diffstat (limited to 'identity/interface.go')
-rw-r--r-- | identity/interface.go | 4 |
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 |