(string, 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{} |
| 57 | } |
nothing calls this directly
no outgoing calls
no test coverage detected