|
@@ -7,6 +7,7 @@
|
|
|
package check
|
|
package check
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
|
+ _ "google.golang.org/genproto/googleapis/api/annotations"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
emptypb "google.golang.org/protobuf/types/known/emptypb"
|
|
emptypb "google.golang.org/protobuf/types/known/emptypb"
|
|
@@ -21,6 +22,53 @@ const (
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
+type CheckTextHttpRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content"` // 内容 (文本)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CheckTextHttpRequest) Reset() {
|
|
|
|
|
+ *x = CheckTextHttpRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[0]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CheckTextHttpRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*CheckTextHttpRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CheckTextHttpRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[0]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use CheckTextHttpRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*CheckTextHttpRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_check_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CheckTextHttpRequest) GetContent() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Content
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type CheckRequest struct {
|
|
type CheckRequest struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -36,7 +84,7 @@ type CheckRequest struct {
|
|
|
func (x *CheckRequest) Reset() {
|
|
func (x *CheckRequest) Reset() {
|
|
|
*x = CheckRequest{}
|
|
*x = CheckRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_check_proto_msgTypes[0]
|
|
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[1]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -49,7 +97,7 @@ func (x *CheckRequest) String() string {
|
|
|
func (*CheckRequest) ProtoMessage() {}
|
|
func (*CheckRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CheckRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *CheckRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_check_proto_msgTypes[0]
|
|
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[1]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -62,7 +110,7 @@ func (x *CheckRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use CheckRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use CheckRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*CheckRequest) Descriptor() ([]byte, []int) {
|
|
func (*CheckRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_check_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
|
|
+ return file_check_proto_rawDescGZIP(), []int{1}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckRequest) GetContent() string {
|
|
func (x *CheckRequest) GetContent() string {
|
|
@@ -111,7 +159,7 @@ type CheckReply struct {
|
|
|
func (x *CheckReply) Reset() {
|
|
func (x *CheckReply) Reset() {
|
|
|
*x = CheckReply{}
|
|
*x = CheckReply{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_check_proto_msgTypes[1]
|
|
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[2]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -124,7 +172,7 @@ func (x *CheckReply) String() string {
|
|
|
func (*CheckReply) ProtoMessage() {}
|
|
func (*CheckReply) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CheckReply) ProtoReflect() protoreflect.Message {
|
|
func (x *CheckReply) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_check_proto_msgTypes[1]
|
|
|
|
|
|
|
+ mi := &file_check_proto_msgTypes[2]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -137,7 +185,7 @@ func (x *CheckReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use CheckReply.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use CheckReply.ProtoReflect.Descriptor instead.
|
|
|
func (*CheckReply) Descriptor() ([]byte, []int) {
|
|
func (*CheckReply) Descriptor() ([]byte, []int) {
|
|
|
- return file_check_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
|
|
+ return file_check_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckReply) GetIsUnPass() bool {
|
|
func (x *CheckReply) GetIsUnPass() bool {
|
|
@@ -151,9 +199,14 @@ var File_check_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_check_proto_rawDesc = []byte{
|
|
var file_check_proto_rawDesc = []byte{
|
|
|
0x0a, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x61,
|
|
0x0a, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x61,
|
|
|
- 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
|
|
|
- 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
|
|
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x92, 0x01, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
|
|
|
|
|
|
|
+ 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
|
|
|
+ 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
|
|
|
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
|
|
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72,
|
|
|
|
|
+ 0x6f, 0x74, 0x6f, 0x22, 0x30, 0x0a, 0x14, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74,
|
|
|
|
|
+ 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
|
|
|
+ 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
|
|
|
|
|
+ 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x92, 0x01, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
|
|
|
0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
|
|
0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
@@ -165,7 +218,7 @@ var file_check_proto_rawDesc = []byte{
|
|
|
0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x22, 0x28, 0x0a, 0x0a, 0x43, 0x68,
|
|
0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x22, 0x28, 0x0a, 0x0a, 0x43, 0x68,
|
|
|
0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x55, 0x6e,
|
|
0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x55, 0x6e,
|
|
|
0x50, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x55, 0x6e,
|
|
0x50, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x55, 0x6e,
|
|
|
- 0x50, 0x61, 0x73, 0x73, 0x32, 0x93, 0x02, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x3d,
|
|
|
|
|
|
|
+ 0x50, 0x61, 0x73, 0x73, 0x32, 0xbc, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x3d,
|
|
|
0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x12, 0x17, 0x2e, 0x61, 0x70,
|
|
0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x12, 0x17, 0x2e, 0x61, 0x70,
|
|
|
0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71,
|
|
0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71,
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b,
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b,
|
|
@@ -182,12 +235,22 @@ var file_check_proto_rawDesc = []byte{
|
|
|
0x69, 0x64, 0x75, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
0x69, 0x64, 0x75, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
|
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
|
|
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
|
|
|
0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
|
- 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x40, 0x0a, 0x09, 0x61, 0x70,
|
|
|
|
|
- 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x2e, 0x69,
|
|
|
|
|
- 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72,
|
|
|
|
|
- 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69,
|
|
|
|
|
- 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x62, 0x06, 0x70, 0x72,
|
|
|
|
|
- 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
|
+ 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x68,
|
|
|
|
|
+ 0x65, 0x63, 0x6b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x56, 0x32, 0x12, 0x17, 0x2e, 0x61,
|
|
|
|
|
+ 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65,
|
|
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63,
|
|
|
|
|
+ 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x63,
|
|
|
|
|
+ 0x0a, 0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x48, 0x74, 0x74, 0x70, 0x12,
|
|
|
|
|
+ 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63,
|
|
|
|
|
+ 0x6b, 0x54, 0x65, 0x78, 0x74, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
+ 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65,
|
|
|
|
|
+ 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x22,
|
|
|
|
|
+ 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2f, 0x74, 0x65, 0x78, 0x74,
|
|
|
|
|
+ 0x3a, 0x01, 0x2a, 0x42, 0x40, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b,
|
|
|
|
|
+ 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63,
|
|
|
|
|
+ 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f,
|
|
|
|
|
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3b,
|
|
|
|
|
+ 0x63, 0x68, 0x65, 0x63, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -202,23 +265,28 @@ func file_check_proto_rawDescGZIP() []byte {
|
|
|
return file_check_proto_rawDescData
|
|
return file_check_proto_rawDescData
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var file_check_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
|
|
|
|
|
+var file_check_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
|
var file_check_proto_goTypes = []interface{}{
|
|
var file_check_proto_goTypes = []interface{}{
|
|
|
- (*CheckRequest)(nil), // 0: api.check.CheckRequest
|
|
|
|
|
- (*CheckReply)(nil), // 1: api.check.CheckReply
|
|
|
|
|
- (*emptypb.Empty)(nil), // 2: google.protobuf.Empty
|
|
|
|
|
|
|
+ (*CheckTextHttpRequest)(nil), // 0: api.check.CheckTextHttpRequest
|
|
|
|
|
+ (*CheckRequest)(nil), // 1: api.check.CheckRequest
|
|
|
|
|
+ (*CheckReply)(nil), // 2: api.check.CheckReply
|
|
|
|
|
+ (*emptypb.Empty)(nil), // 3: google.protobuf.Empty
|
|
|
}
|
|
}
|
|
|
var file_check_proto_depIdxs = []int32{
|
|
var file_check_proto_depIdxs = []int32{
|
|
|
- 0, // 0: api.check.Check.CheckText:input_type -> api.check.CheckRequest
|
|
|
|
|
- 0, // 1: api.check.Check.CheckPicture:input_type -> api.check.CheckRequest
|
|
|
|
|
- 0, // 2: api.check.Check.CheckVoice:input_type -> api.check.CheckRequest
|
|
|
|
|
- 2, // 3: api.check.Check.CronRefreshBaiduToken:input_type -> google.protobuf.Empty
|
|
|
|
|
- 1, // 4: api.check.Check.CheckText:output_type -> api.check.CheckReply
|
|
|
|
|
- 1, // 5: api.check.Check.CheckPicture:output_type -> api.check.CheckReply
|
|
|
|
|
- 1, // 6: api.check.Check.CheckVoice:output_type -> api.check.CheckReply
|
|
|
|
|
- 2, // 7: api.check.Check.CronRefreshBaiduToken:output_type -> google.protobuf.Empty
|
|
|
|
|
- 4, // [4:8] is the sub-list for method output_type
|
|
|
|
|
- 0, // [0:4] is the sub-list for method input_type
|
|
|
|
|
|
|
+ 1, // 0: api.check.Check.CheckText:input_type -> api.check.CheckRequest
|
|
|
|
|
+ 1, // 1: api.check.Check.CheckPicture:input_type -> api.check.CheckRequest
|
|
|
|
|
+ 1, // 2: api.check.Check.CheckVoice:input_type -> api.check.CheckRequest
|
|
|
|
|
+ 3, // 3: api.check.Check.CronRefreshBaiduToken:input_type -> google.protobuf.Empty
|
|
|
|
|
+ 1, // 4: api.check.Check.CheckPictureV2:input_type -> api.check.CheckRequest
|
|
|
|
|
+ 0, // 5: api.check.Check.CheckTextHttp:input_type -> api.check.CheckTextHttpRequest
|
|
|
|
|
+ 2, // 6: api.check.Check.CheckText:output_type -> api.check.CheckReply
|
|
|
|
|
+ 2, // 7: api.check.Check.CheckPicture:output_type -> api.check.CheckReply
|
|
|
|
|
+ 2, // 8: api.check.Check.CheckVoice:output_type -> api.check.CheckReply
|
|
|
|
|
+ 3, // 9: api.check.Check.CronRefreshBaiduToken:output_type -> google.protobuf.Empty
|
|
|
|
|
+ 2, // 10: api.check.Check.CheckPictureV2:output_type -> api.check.CheckReply
|
|
|
|
|
+ 2, // 11: api.check.Check.CheckTextHttp:output_type -> api.check.CheckReply
|
|
|
|
|
+ 6, // [6:12] is the sub-list for method output_type
|
|
|
|
|
+ 0, // [0:6] is the sub-list for method input_type
|
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
|
0, // [0:0] is the sub-list for field type_name
|
|
0, // [0:0] is the sub-list for field type_name
|
|
@@ -231,7 +299,7 @@ func file_check_proto_init() {
|
|
|
}
|
|
}
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
file_check_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
file_check_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CheckRequest); i {
|
|
|
|
|
|
|
+ switch v := v.(*CheckTextHttpRequest); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -243,6 +311,18 @@ func file_check_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_check_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
file_check_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*CheckRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_check_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CheckReply); i {
|
|
switch v := v.(*CheckReply); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
@@ -261,7 +341,7 @@ func file_check_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_check_proto_rawDesc,
|
|
RawDescriptor: file_check_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
|
- NumMessages: 2,
|
|
|
|
|
|
|
+ NumMessages: 3,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
|
},
|
|
},
|