blob: 1701cc1bfec81d531cd7778183732f2c5a3451b7 [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/authdb.proto";
package auth;
service AuthDBService {
rpc CheckMembership(CheckMembershipReq) returns (CheckMembershipResp) {}
}