blob: f4020502cf6cc4a927b34f11454d4c739f92a8c5 [file] [log] [blame]
package test_gcsclient
//go:generate mockery -name GCSClient -dir ../ -output . -outpkg test_gcsclient
// NewMockClient returns a new mock GCSClient
func NewMockClient() *GCSClient {
return &GCSClient{}
}