MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / AddGraphEncryptKeyParams

Struct AddGraphEncryptKeyParams

db/sqlite/sqlitedb/query.sql.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20`
21
22type AddGraphEncryptKeyParams struct {
23 ID string
24 GraphID string
25 EncryptedPrivateKey string
26 PublicKey string
27}
28
29func (q *Queries) AddGraphEncryptKey(ctx context.Context, arg AddGraphEncryptKeyParams) error {
30 _, err := q.db.ExecContext(ctx, addGraphEncryptKey,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected