(context.Context, db.GraphID)
| 66 | Graphs(ctx context.Context) ([]*db.Graph, error) |
| 67 | CreateGraph(ctx context.Context, name string) (db.GraphID, db.Tx, error) |
| 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) |
no outgoing calls
no test coverage detected