diff options
author | Michael Muré <batolettre@gmail.com> | 2020-01-21 18:49:33 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-08 17:18:30 +0100 |
commit | 8da522d97af3dcaca8a8424e3541705c69779d6f (patch) | |
tree | b67af18d752d3821bcbf62e362f699477eed9245 /identity/interface.go | |
parent | b950c2580dfbf7672ee9e5e1e3f5b45c8cbc2788 (diff) | |
download | git-bug-8da522d97af3dcaca8a8424e3541705c69779d6f.tar.gz git-bug-8da522d97af3dcaca8a8424e3541705c69779d6f.zip |
wip
Diffstat (limited to 'identity/interface.go')
-rw-r--r-- | identity/interface.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/identity/interface.go b/identity/interface.go index 54a9da78..3407d7ab 100644 --- a/identity/interface.go +++ b/identity/interface.go @@ -17,9 +17,6 @@ type Interface interface { // 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 |