mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
Add comment
This commit is contained in:
parent
0b50f9e02c
commit
10b03eee27
@ -225,6 +225,7 @@ func (k *Key) String() string {
|
||||
return fmt.Sprintf("<Key of %s@%s, created on %s>", k.Username, k.Hostname, k.Created)
|
||||
}
|
||||
|
||||
// Name returns an identifier for the key.
|
||||
func (k Key) Name() string {
|
||||
return k.name
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user