MCPcopy
hub / github.com/amir20/dozzle / AgentTestCmd

Struct AgentTestCmd

internal/support/cli/agent_test_command.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected