()
| 753 | // pager is an interface for paginating over the attributes of a Project. |
| 754 | type pager[N projectAttribute] interface { |
| 755 | HasNextPage() bool |
| 756 | EndCursor() string |
| 757 | Nodes() []N |
| 758 | Project() *Project |
no outgoing calls
no test coverage detected