Run represents a run.
| 354 | |
| 355 | // Run represents a run. |
| 356 | type Run struct { |
| 357 | URL string |
| 358 | } |
| 359 | |
| 360 | // ArchivedStatus defines the archived status. |
| 361 | type ArchivedStatus struct { |
nothing calls this directly
no outgoing calls
no test coverage detected