mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +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/plugin_request.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 PluginRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
@@ -115,7 +110,7 @@ func file_entity_plugin_request_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_entity_plugin_request_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||
var file_entity_plugin_request_proto_goTypes = []interface{}{
|
||||
var file_entity_plugin_request_proto_goTypes = []any{
|
||||
(*PluginRequest)(nil), // 0: grpc.PluginRequest
|
||||
}
|
||||
var file_entity_plugin_request_proto_depIdxs = []int32{
|
||||
@@ -132,7 +127,7 @@ func file_entity_plugin_request_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_entity_plugin_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_entity_plugin_request_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PluginRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
Reference in New Issue
Block a user