EXPECT returns an object that allows the caller to indicate expected use.
()
| 43 | |
| 44 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 45 | func (m *MockClientManager) EXPECT() *MockClientManagerMockRecorder { |
| 46 | return m.recorder |
| 47 | } |
| 48 | |
| 49 | // ClientAssertionJWTValid mocks base method. |
| 50 | func (m *MockClientManager) ClientAssertionJWTValid(ctx context.Context, jti string) error { |
no outgoing calls