ExportOptions group options of the Export API
| 642 | |
| 643 | // ExportOptions group options of the Export API |
| 644 | type ExportOptions struct { |
| 645 | Service string |
| 646 | Index int |
| 647 | Output string |
| 648 | } |
| 649 | |
| 650 | // CommitOptions group options of the Commit API |
| 651 | type CommitOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected