MCPcopy Create free account
hub / github.com/Azure/peerd / RandomCmd

Struct RandomCmd

tests/cmd/cmd.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3package main
4
5type 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
11type ScannerCmd struct{}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected