UserResAutoEdges holds the state of the auto edge generator.
| 483 | |
| 484 | // UserResAutoEdges holds the state of the auto edge generator. |
| 485 | type UserResAutoEdges struct { |
| 486 | UIDs []engine.ResUID |
| 487 | pointer int |
| 488 | } |
| 489 | |
| 490 | // AutoEdges returns edges from the user resource to each group found in its |
| 491 | // definition. The groups can be in any of the three applicable fields (GID, |
nothing calls this directly
no outgoing calls
no test coverage detected