CopyOptions group options of the cp API
| 521 | |
| 522 | // CopyOptions group options of the cp API |
| 523 | type CopyOptions struct { |
| 524 | Source string |
| 525 | Destination string |
| 526 | All bool |
| 527 | Index int |
| 528 | FollowLink bool |
| 529 | CopyUIDGID bool |
| 530 | } |
| 531 | |
| 532 | // PortPublisher hold status about published port |
| 533 | type PortPublisher struct { |
nothing calls this directly
no outgoing calls
no test coverage detected