(ctx context.Context, id db.GraphID, salt *db.GraphSalt)
| 68 | DeleteGraph(context.Context, db.GraphID) error |
| 69 | |
| 70 | AddGraphSalt(ctx context.Context, id db.GraphID, salt *db.GraphSalt) error |
| 71 | GraphSalts(ctx context.Context, id db.GraphID) ([]*db.GraphSalt, error) |
| 72 | |
| 73 | AddGraphEncryptKey(ctx context.Context, id db.GraphID, gek *db.GraphEncryptKey) error |