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

Method NetworkCreate

pkg/mocks/mock_docker_api.go:1025–1031  ·  view source on GitHub ↗

NetworkCreate mocks base method.

(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions)

Source from the content-addressed store, hash-verified

1023
1024// NetworkCreate mocks base method.
1025func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions) (client.NetworkCreateResult, error) {
1026 m.ctrl.T.Helper()
1027 ret := m.ctrl.Call(m, "NetworkCreate", arg0, arg1, arg2)
1028 ret0, _ := ret[0].(client.NetworkCreateResult)
1029 ret1, _ := ret[1].(error)
1030 return ret0, ret1
1031}
1032
1033// NetworkCreate indicates an expected call of NetworkCreate.
1034func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected