blob: 00c7e838ffe2e87495175ac9635b56453b478b59 [file] [log] [blame]
// Copyright 2018 The Goma 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 cache;
option go_package = "go.chromium.org/goma/server/proto/cache";
import "cache/cache.proto";
service CacheService {
rpc Get(GetReq) returns (GetResp) {}
rpc Put(PutReq) returns (PutResp) {}
}