MCPcopy Create free account
hub / github.com/auth0/auth0-cli / EXPECT

Method EXPECT

internal/auth0/mock/flow_mock.go:154–156  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls