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

Method SecretList

pkg/mocks/mock_docker_api.go:1394–1397  ·  view source on GitHub ↗

SecretList indicates an expected call of SecretList.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1392
1393// SecretList indicates an expected call of SecretList.
1394func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call {
1395 mr.mock.ctrl.T.Helper()
1396 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretList", reflect.TypeOf((*MockAPIClient)(nil).SecretList), arg0, arg1)
1397}
1398
1399// SecretRemove mocks base method.
1400func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions) (client.SecretRemoveResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected