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

Struct Workdir

internal/flowdb/db.go:181–188  ·  view source on GitHub ↗

Workdir mirrors the workdirs convenience registry.

Source from the content-addressed store, hash-verified

179
180// Workdir mirrors the workdirs convenience registry.
181type Workdir struct {
182 Path string
183 Name sql.NullString
184 Description sql.NullString
185 GitRemote sql.NullString
186 LastUsedAt sql.NullString
187 CreatedAt string
188}
189
190// TaskFilter holds optional filters for ListTasks.
191type TaskFilter struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected