ProjectFilter is the equivalent for ListProjects.
| 203 | |
| 204 | // ProjectFilter is the equivalent for ListProjects. |
| 205 | type ProjectFilter struct { |
| 206 | Status string |
| 207 | IncludeArchived bool |
| 208 | } |
| 209 | |
| 210 | // ---------- lifecycle ---------- |
| 211 |
nothing calls this directly
no outgoing calls
no test coverage detected