(ctx context.Context, requestID string, snap []byte, routeReason, backend *string)
| 21 | } |
| 22 | |
| 23 | func (l serverLedger) UpdatePolicy(ctx context.Context, requestID string, snap []byte, routeReason, backend *string) { |
| 24 | l.s.updateLedgerPolicy(ctx, requestID, snap, routeReason, backend) |
| 25 | } |
| 26 | |
| 27 | func (l serverLedger) MarkSuccess(ctx context.Context, requestID, backend, routeReason string) { |
| 28 | l.s.markLedgerSuccess(ctx, requestID, backend, routeReason) |
nothing calls this directly
no test coverage detected