You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
228 B

2 years ago
syntax = "proto3";
package auth;
2 years ago
option go_package = "git.diulo.com/mogfee/kit/third_party/auth";
2 years ago
import "google/protobuf/descriptor.proto";
extend google.protobuf.MethodOptions{
string auth_key = 1111;
2 years ago
bool auth = 1112;
2 years ago
}