MCPcopy Create free account
hub / github.com/coder/coder / EXPECT

Method EXPECT

coderd/httpmw/loggermw/loggermock/loggermock.go:42–44  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

40
41// EXPECT returns an object that allows the caller to indicate expected use.
42func (m *MockRequestLogger) EXPECT() *MockRequestLoggerMockRecorder {
43 return m.recorder
44}
45
46// WithAuthContext mocks base method.
47func (m *MockRequestLogger) WithAuthContext(actor rbac.Subject) {

Callers 3

TestAPIKeyFunction · 0.45
TestDatabaseFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestAPIKeyFunction · 0.36
TestDatabaseFunction · 0.36