Key is the YAML/JSON property name used to store this extension's config.
()
| 15 | type Extension interface { |
| 16 | // Key is the YAML/JSON property name used to store this extension's config. |
| 17 | Key() string |
| 18 | // RegisterFlagsAndApplyDefaults applies defaults for the extension config. |
| 19 | RegisterFlagsAndApplyDefaults(prefix string, f *flag.FlagSet) |
| 20 | // Validate validates the extension config after it has been decoded. Validate must be idempotent. |
no outgoing calls
no test coverage detected