aboutsummaryrefslogtreecommitdiffstats
path: root/identity/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/interface.go')
-rw-r--r--identity/interface.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/identity/interface.go b/identity/interface.go
index 14287655..058e6ec6 100644
--- a/identity/interface.go
+++ b/identity/interface.go
@@ -1,6 +1,8 @@
package identity
-import "github.com/MichaelMure/git-bug/util/lamport"
+import (
+ "github.com/MichaelMure/git-bug/util/lamport"
+)
type Interface interface {
Name() string
@@ -8,7 +10,7 @@ type Interface interface {
Login() string
AvatarUrl() string
- // Login return the last version of the valid keys
+ // Keys return the last version of the valid keys
Keys() []Key
// ValidKeysAtTime return the set of keys valid at a given lamport time