blob: 67923723df085fa566566aec15ad0551e2b0b3c4 [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 auth;
option go_package = "go.chromium.org/goma/server/proto/auth";
import "auth/auth.proto";
service AuthService {
rpc Auth(AuthReq) returns (AuthResp) {}
}