(string)
| 49 | type stubSLO struct{} |
| 50 | |
| 51 | func (stubSLO) RecordStart(string) {} |
| 52 | func (stubSLO) RecordFirstToken(string, time.Time) {} |
| 53 | func (stubSLO) RecordCompletion(string, time.Time) {} |
| 54 | func (stubSLO) RecordFallback(string, string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected