MCPcopy
hub / github.com/owasp-amass/amass / Updater

Interface Updater

cmd/oam_i2y/ini.go:23–25  ·  view source on GitHub ↗

Updater allows an object to implement a method that updates a configuration.

Source from the content-addressed store, hash-verified

21
22// Updater allows an object to implement a method that updates a configuration.
23type Updater interface {
24 OverrideConfig(*Config) error
25}
26
27// Config passes along Amass configuration settings and options.
28type Config struct {

Callers

nothing calls this directly

Implementers 1

Argsinternal/enum/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected