Validate validates the extension config after it has been decoded. Validate must be idempotent.
()
| 19 | RegisterFlagsAndApplyDefaults(prefix string, f *flag.FlagSet) |
| 20 | // Validate validates the extension config after it has been decoded. Validate must be idempotent. |
| 21 | Validate() error |
| 22 | // LegacyKeys returns the flat-key names used in the legacy overrides format. |
| 23 | // Return an empty slice if there are no legacy keys. |
| 24 | LegacyKeys() []string |
no outgoing calls