(ctx context.Context, id db.GraphID)
| 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 |
| 74 | GraphEncryptKeys(ctx context.Context, id db.GraphID) ([]*db.GraphEncryptKey, error) |
no outgoing calls
no test coverage detected