MCPcopy
hub / github.com/go-task/task / trustedHostsOption

Struct trustedHostsOption

executor.go:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261type trustedHostsOption struct {
262 trustedHosts []string
263}
264
265func (o *trustedHostsOption) ApplyToExecutor(e *Executor) {
266 e.TrustedHosts = o.trustedHosts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected