(string, time.Time)
| 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) {} |
| 55 | func (stubSLO) Snapshot(string) types.SLOSnapshot { |
| 56 | return types.SLOSnapshot{} |
nothing calls this directly
no outgoing calls
no test coverage detected