Introduce password store ID (#19)

This commit is contained in:
Maxim Baz
2018-04-23 11:24:23 +02:00
committed by GitHub
parent ebfe600b0b
commit 81fe8db636
7 changed files with 62 additions and 49 deletions

View File

@@ -49,7 +49,8 @@ func Test_ParseRequest_CanParse(t *testing.T) {
Action: "list",
Settings: settings{
Stores: map[string]store{
"default": store{
"id1": store{
ID: "id1",
Name: "default",
Path: "~/.password-store",
},