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