blob: 174c559fc5ed014301f782a09dd8cc254eb9b23d [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 "auth/auth.proto";
package auth;
service AuthService {
rpc Auth(AuthReq) returns (AuthResp) {}
}