| 513 | } |
| 514 | |
| 515 | type mockPolicySource struct { |
| 516 | *mock.Mock |
| 517 | } |
| 518 | |
| 519 | func (m mockPolicySource) GetPolicy(ctx context.Context, dest string, msgs bool) (string, error) { |
| 520 | args := m.Called(ctx, dest, msgs) |
nothing calls this directly
no outgoing calls
no test coverage detected