AttachOptions group options of the Attach API
| 440 | |
| 441 | // AttachOptions group options of the Attach API |
| 442 | type AttachOptions struct { |
| 443 | Project *types.Project |
| 444 | Service string |
| 445 | Index int |
| 446 | DetachKeys string |
| 447 | NoStdin bool |
| 448 | Proxy bool |
| 449 | } |
| 450 | |
| 451 | // EventsOptions group options of the Events API |
| 452 | type EventsOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected