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

Struct AddGraphSaltParams

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

Source from the content-addressed store, hash-verified

45`
46
47type AddGraphSaltParams struct {
48 ID string
49 GraphID string
50 Value []byte
51 ExpiresAt time.Time
52}
53
54func (q *Queries) AddGraphSalt(ctx context.Context, arg AddGraphSaltParams) error {
55 _, err := q.db.ExecContext(ctx, addGraphSalt,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected