blob: 1525f56c319c070b93c2591928e49bac2355eb05 [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package testing
import (
"go.chromium.org/tast/core/internal/testing"
)
// Service contains information about a gRPC service exported for remote tests.
type Service = testing.Service
// ServiceState holds state relevant to a gRPC service.
type ServiceState = testing.ServiceState