blob: 1609added6a31a3f5187148e8b127cfd6e607088 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package rte;
service RTE {
rpc Provision(ProvisionRequest) returns (ProvisionResponse);
}
message ProvisionRequest {}
message ProvisionResponse {}