blob: 82882aab8910800ab8f78928f85f124bdc6caac6 [file] [log] [blame]
package test_gcsclient
//go:generate bazelisk run --config=mayberemote //:mockery -- --name GCSClient --srcpkg=go.skia.org/infra/go/gcs --output ${PWD} --outpkg test_gcsclient
// NewMockClient returns a new mock GCSClient
func NewMockClient() *GCSClient {
return &GCSClient{}
}