(base ServiceConstructor)
| 101 | } |
| 102 | |
| 103 | func InstrumentedServiceMakerC(base ServiceConstructor) ServiceConstructor { |
| 104 | return InstrumentingWrapperMaker(base, reflect.TypeOf(InstrumentedServiceC{})) |
| 105 | } |
| 106 | |
| 107 | // OneMethodAPI is a single-method API handler to be returned by test services. |
| 108 | type OneMethodAPI struct { |
nothing calls this directly
no test coverage detected