(ctx context.Context, id db.GraphID)
| 63 | Tx(ctx context.Context, id db.GraphID) (db.Tx, error) |
| 64 | |
| 65 | Graph(ctx context.Context, id db.GraphID) (*db.Graph, error) |
| 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 |