mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix: get all spider issue
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.25.0
|
||||
// protoc v3.20.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc v3.12.4
|
||||
// source: entity/stream_message_code.proto
|
||||
|
||||
package grpc
|
||||
|
||||
import (
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
@@ -21,10 +20,6 @@ const (
|
||||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
// This is a compile-time assertion that a sufficiently up-to-date version
|
||||
// of the legacy proto package is being used.
|
||||
const _ = proto.ProtoPackageIsVersion4
|
||||
|
||||
type StreamMessageCode int32
|
||||
|
||||
const (
|
||||
@@ -153,7 +148,7 @@ func file_entity_stream_message_code_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_entity_stream_message_code_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||||
var file_entity_stream_message_code_proto_goTypes = []interface{}{
|
||||
var file_entity_stream_message_code_proto_goTypes = []any{
|
||||
(StreamMessageCode)(0), // 0: grpc.StreamMessageCode
|
||||
}
|
||||
var file_entity_stream_message_code_proto_depIdxs = []int32{
|
||||
|
||||
Reference in New Issue
Block a user