| 597 | var _ Extension = (*conflictingExtension)(nil) |
| 598 | |
| 599 | type conflictingExtension struct{} |
| 600 | |
| 601 | func (c *conflictingExtension) Key() string { return "ingestion" } |
| 602 | func (c *conflictingExtension) RegisterFlagsAndApplyDefaults(_ string, _ *flag.FlagSet) {} |
nothing calls this directly
no outgoing calls
no test coverage detected