| 10 | ) |
| 11 | |
| 12 | type AgentTestCmd struct { |
| 13 | Address string `arg:"positional"` |
| 14 | } |
| 15 | |
| 16 | func (at *AgentTestCmd) Run(args Args, embeddedCerts embed.FS) error { |
| 17 | certs, err := ReadCertificates(embeddedCerts, args.CertPath, args.KeyPath) |
nothing calls this directly
no outgoing calls
no test coverage detected