(ctx context.Context, node *Node)
| 142 | GetNode(ctx context.Context, id string) (*Node, error) |
| 143 | CreateNode(ctx context.Context, node *Node) error |
| 144 | UpdateNode(ctx context.Context, node *Node) error |
| 145 | DeleteNode(ctx context.Context, id string) error |
| 146 | } |
| 147 |
nothing calls this directly
no outgoing calls
no test coverage detected