LogOptions defines optional parameters for the `Log` API
| 622 | |
| 623 | // LogOptions defines optional parameters for the `Log` API |
| 624 | type LogOptions struct { |
| 625 | Project *types.Project |
| 626 | Index int |
| 627 | Services []string |
| 628 | Tail string |
| 629 | Since string |
| 630 | Until string |
| 631 | Follow bool |
| 632 | Timestamps bool |
| 633 | } |
| 634 | |
| 635 | // PauseOptions group options of the Pause API |
| 636 | type PauseOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected