update layout

This commit is contained in:
2024-08-01 17:52:16 +02:00
parent a22ca51b0c
commit 2667f9da22
2 changed files with 292 additions and 290 deletions

View File

@@ -56,11 +56,10 @@ ppassd.Vault: {
Id: "string"
Keys: "[]Peer.PublicKey"
Add(p Password): "error"
Put(p Password): "error"
Get(k string): "(Password, error)"
Modify(p Password): "error"
Remove(k string): "(bool, error)"
Exists(k string): "(bool)"
OnUpdate(handler func()): "error"
ctx: "context.Context"
@@ -73,10 +72,13 @@ ppassd.PasswordStore: {
shape: class
Init(): "error"
Add(p Password): "error"
Put(p Password): "error"
Get(k string): "(Password, error)"
Modify(p Password): "error"
Remove(k string): "(bool, error)"
Has(k string): "(bool)"
GetSize(k string): "(int, error)"
Query(q Query): "(query.Result, error)"
Exists(k string): "(bool)"
NewVault(id string): "(Vault, error)"

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 74 KiB