| 3 | package main |
| 4 | |
| 5 | type RandomCmd struct { |
| 6 | Secrets string `arg:"--secrets" help:"space separated SAS URLs"` |
| 7 | ProxyHost string `arg:"--proxy" help:"The proxy host, such as http://p2p:5000"` |
| 8 | NodeCount int `arg:"--node-count" help:"number of nodes in the p2p network"` |
| 9 | } |
| 10 | |
| 11 | type ScannerCmd struct{} |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected