Autogenerated update for b8bc25bb8e...4b9803cf66

This commit is contained in:
2025-06-28 01:34:06 +00:00
parent e966d2bcd1
commit d2e2e23211

View File

@@ -28,6 +28,7 @@ type APIValidationRequest struct {
Service string `protobuf:"bytes,1,opt,name=Service,proto3" json:"Service,omitempty"`
Permission string `protobuf:"bytes,2,opt,name=Permission,proto3" json:"Permission,omitempty"`
Key string `protobuf:"bytes,3,opt,name=Key,proto3" json:"Key,omitempty"`
IP string `protobuf:"bytes,4,opt,name=IP,proto3" json:"IP,omitempty"`
}
func (x *APIValidationRequest) Reset() {
@@ -83,6 +84,13 @@ func (x *APIValidationRequest) GetKey() string {
return ""
}
func (x *APIValidationRequest) GetIP() string {
if x != nil {
return x.IP
}
return ""
}
type APIValidationResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -226,13 +234,14 @@ var File_dev_proto protoreflect.FileDescriptor
var file_dev_proto_rawDesc = []byte{
0x0a, 0x09, 0x64, 0x65, 0x76, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x64, 0x65, 0x76,
0x22, 0x62, 0x0a, 0x14, 0x41, 0x50, 0x49, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f,
0x22, 0x72, 0x0a, 0x14, 0x41, 0x50, 0x49, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x53, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69,
0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x4b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x4b, 0x65, 0x79, 0x22, 0xbf, 0x03, 0x0a, 0x15, 0x41, 0x50, 0x49, 0x56, 0x61, 0x6c, 0x69,
0x03, 0x4b, 0x65, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x50, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
0x52, 0x02, 0x49, 0x50, 0x22, 0xbf, 0x03, 0x0a, 0x15, 0x41, 0x50, 0x49, 0x56, 0x61, 0x6c, 0x69,
0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14,
0x0a, 0x05, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x56,
0x61, 0x6c, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73,