Workdir mirrors the workdirs convenience registry.
| 179 | |
| 180 | // Workdir mirrors the workdirs convenience registry. |
| 181 | type 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. |
| 191 | type TaskFilter struct { |
nothing calls this directly
no outgoing calls
no test coverage detected