gitlab.com/jfprevost/gitlab-runner-notlscheck@v11.11.4+incompatible/executors/docker/internal/volumes/mock_debugLogger.go (about) 1 // Code generated by mockery v1.0.0. DO NOT EDIT. 2 3 package volumes 4 5 import mock "github.com/stretchr/testify/mock" 6 7 // mockDebugLogger is an autogenerated mock type for the debugLogger type 8 type mockDebugLogger struct { 9 mock.Mock 10 } 11 12 // Debugln provides a mock function with given fields: args 13 func (_m *mockDebugLogger) Debugln(args ...interface{}) { 14 var _ca []interface{} 15 _ca = append(_ca, args...) 16 _m.Called(_ca...) 17 }