ListNodes returns the nodes with pagination.
(ctx context.Context, args *ListNodeParameters)
| 15 | ListActiveNodes(ctx context.Context, subset []int) ([]*ent.Node, error) |
| 16 | // ListNodes returns the nodes with pagination. |
| 17 | ListNodes(ctx context.Context, args *ListNodeParameters) (*ListNodeResult, error) |
| 18 | // GetNodeById returns the node by id. |
| 19 | GetNodeById(ctx context.Context, id int) (*ent.Node, error) |
| 20 | // GetNodeByIds returns the nodes by ids. |
no outgoing calls
no test coverage detected