syntax = "proto3"; package auth; option go_package = "third_party/auth;auth"; import "google/protobuf/descriptor.proto"; extend google.protobuf.MethodOptions{ string auth_key = 1111; }