blob: 722b862dc778bb20fe8e4732461dcfc5558853da [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";
import "settings/settings.proto";
package settings;
service SettingsService {
rpc Get(SettingsReq) returns (SettingsResp) {}
}