EXPECT returns an object that allows the caller to indicate expected use.
()
| 32 | |
| 33 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 34 | func (m *MockOrganizationAPI) EXPECT() *MockOrganizationAPIMockRecorder { |
| 35 | return m.recorder |
| 36 | } |
| 37 | |
| 38 | // Connections mocks base method. |
| 39 | func (m *MockOrganizationAPI) Connections(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationConnectionList, error) { |
no outgoing calls