| 540 | var _ Extension = (*testExtension)(nil) |
| 541 | |
| 542 | type testExtension struct { |
| 543 | FieldA string `yaml:"field_a" json:"field_a"` |
| 544 | FieldB *int `yaml:"field_b" json:"field_b"` |
| 545 | } |
| 546 | |
| 547 | func (t *testExtension) Key() string { return "test_extension" } |
| 548 |
nothing calls this directly
no outgoing calls
no test coverage detected