(ctx context.Context, id string)
| 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 | |
| 148 | // NewNodeService creates a new node service |
nothing calls this directly
no outgoing calls
no test coverage detected