(string)
| 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 | } |
| 58 | |
| 59 | type stubLedger struct { |
| 60 | failCalls int |
nothing calls this directly
no outgoing calls
no test coverage detected