blob: 51e8eb0152bafb61dd8ce625557d63b6c3f85ac5 [file] [edit]
// Copyright 2019 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 (
"chromiumos/tast/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