blob: adb9ab2d1f38bdfa81d0a6e7be339ee2a95e9daf [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Package resultstore is wraps the ResultStore UploadApi proto libraries.
//
// Run 'go generate ./...' to regenerate mock sources in this package.
//
//go:generate mockgen -destination=mocks/mocks.go google.golang.org/genproto/googleapis/devtools/resultstore/v2 ResultStoreUploadClient
//go:generate mockgen -destination=mock_service.go -source=service.go -package=service Service
//
// Do not forget to add the Fuchsia copyright header at the top of the generated file.
package resultstore