MCPcopy Create free account
hub / github.com/Facets-cloud/flow / ProjectFilter

Struct ProjectFilter

internal/flowdb/db.go:205–208  ·  view source on GitHub ↗

ProjectFilter is the equivalent for ListProjects.

Source from the content-addressed store, hash-verified

203
204// ProjectFilter is the equivalent for ListProjects.
205type ProjectFilter struct {
206 Status string
207 IncludeArchived bool
208}
209
210// ---------- lifecycle ----------
211

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected