(base ServiceConstructor)
| 97 | } |
| 98 | |
| 99 | func InstrumentedServiceMakerB(base ServiceConstructor) ServiceConstructor { |
| 100 | return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceB{})) |
| 101 | } |
| 102 | |
| 103 | func InstrumentedServiceMakerC(base ServiceConstructor) ServiceConstructor { |
| 104 | return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceC{})) |
nothing calls this directly
no test coverage detected