EXPECT returns an object that allows the caller to indicate expected use.
()
| 152 | |
| 153 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 154 | func (m *MockFlowVaultConnectionAPI) EXPECT() *MockFlowVaultConnectionAPIMockRecorder { |
| 155 | return m.recorder |
| 156 | } |
| 157 | |
| 158 | // CreateConnection mocks base method. |
| 159 | func (m *MockFlowVaultConnectionAPI) CreateConnection(ctx context.Context, r *management.FlowVaultConnection, opts ...management.RequestOption) error { |
no outgoing calls