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

Function NewMockLogStreamAPI

internal/auth0/mock/log_stream_mock.go:27–31  ·  view source on GitHub ↗

NewMockLogStreamAPI creates a new mock instance.

(ctrl *gomock.Controller)

Source from the content-addressed store, hash-verified

25
26// NewMockLogStreamAPI creates a new mock instance.
27func NewMockLogStreamAPI(ctrl *gomock.Controller) *MockLogStreamAPI {
28 mock := &MockLogStreamAPI{ctrl: ctrl}
29 mock.recorder = &MockLogStreamAPIMockRecorder{mock}
30 return mock
31}
32
33// EXPECT returns an object that allows the caller to indicate expected use.
34func (m *MockLogStreamAPI) EXPECT() *MockLogStreamAPIMockRecorder {

Calls

no outgoing calls