MCPcopy Create free account
hub / github.com/docker/compose / SecretList

Method SecretList

pkg/mocks/mock_docker_api.go:1385–1391  ·  view source on GitHub ↗

SecretList mocks base method.

(arg0 context.Context, arg1 client.SecretListOptions)

Source from the content-addressed store, hash-verified

1383
1384// SecretList mocks base method.
1385func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 client.SecretListOptions) (client.SecretListResult, error) {
1386 m.ctrl.T.Helper()
1387 ret := m.ctrl.Call(m, "SecretList", arg0, arg1)
1388 ret0, _ := ret[0].(client.SecretListResult)
1389 ret1, _ := ret[1].(error)
1390 return ret0, ret1
1391}
1392
1393// SecretList indicates an expected call of SecretList.
1394func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected