// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.34.2
// 	protoc        v5.27.3
// source: worker_proto/worker.proto

package worker_proto

import (
	protoreflect 
	protoimpl 
	reflect 
	sync 
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type CallOpRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Op int32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"`
}

func ( *CallOpRequest) () {
	* = CallOpRequest{}
	if protoimpl.UnsafeEnabled {
		 := &file_worker_proto_worker_proto_msgTypes[0]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *CallOpRequest) () string {
	return protoimpl.X.MessageStringOf()
}

func (*CallOpRequest) () {}

func ( *CallOpRequest) () protoreflect.Message {
	 := &file_worker_proto_worker_proto_msgTypes[0]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use CallOpRequest.ProtoReflect.Descriptor instead.
func (*CallOpRequest) () ([]byte, []int) {
	return file_worker_proto_worker_proto_rawDescGZIP(), []int{0}
}

func ( *CallOpRequest) () int32 {
	if  != nil {
		return .Op
	}
	return 0
}

type CallOpResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
}

func ( *CallOpResponse) () {
	* = CallOpResponse{}
	if protoimpl.UnsafeEnabled {
		 := &file_worker_proto_worker_proto_msgTypes[1]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *CallOpResponse) () string {
	return protoimpl.X.MessageStringOf()
}

func (*CallOpResponse) () {}

func ( *CallOpResponse) () protoreflect.Message {
	 := &file_worker_proto_worker_proto_msgTypes[1]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use CallOpResponse.ProtoReflect.Descriptor instead.
func (*CallOpResponse) () ([]byte, []int) {
	return file_worker_proto_worker_proto_rawDescGZIP(), []int{1}
}

func ( *CallOpResponse) () bool {
	if  != nil {
		return .Success
	}
	return false
}

type Empty struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func ( *Empty) () {
	* = Empty{}
	if protoimpl.UnsafeEnabled {
		 := &file_worker_proto_worker_proto_msgTypes[2]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Empty) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Empty) () {}

func ( *Empty) () protoreflect.Message {
	 := &file_worker_proto_worker_proto_msgTypes[2]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Empty.ProtoReflect.Descriptor instead.
func (*Empty) () ([]byte, []int) {
	return file_worker_proto_worker_proto_rawDescGZIP(), []int{2}
}

type GetValueResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
}

func ( *GetValueResponse) () {
	* = GetValueResponse{}
	if protoimpl.UnsafeEnabled {
		 := &file_worker_proto_worker_proto_msgTypes[3]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *GetValueResponse) () string {
	return protoimpl.X.MessageStringOf()
}

func (*GetValueResponse) () {}

func ( *GetValueResponse) () protoreflect.Message {
	 := &file_worker_proto_worker_proto_msgTypes[3]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use GetValueResponse.ProtoReflect.Descriptor instead.
func (*GetValueResponse) () ([]byte, []int) {
	return file_worker_proto_worker_proto_rawDescGZIP(), []int{3}
}

func ( *GetValueResponse) () int32 {
	if  != nil {
		return .Value
	}
	return 0
}

var File_worker_proto_worker_proto protoreflect.FileDescriptor

var file_worker_proto_worker_proto_rawDesc = []byte{
	0x0a, 0x19, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x77,
	0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x77, 0x6f, 0x72,
	0x6b, 0x65, 0x72, 0x22, 0x1f, 0x0a, 0x0d, 0x43, 0x61, 0x6c, 0x6c, 0x4f, 0x70, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
	0x52, 0x02, 0x6f, 0x70, 0x22, 0x2a, 0x0a, 0x0e, 0x43, 0x61, 0x6c, 0x6c, 0x4f, 0x70, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x22, 0x07, 0x0a, 0x05, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x28, 0x0a, 0x10, 0x47, 0x65, 0x74,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a,
	0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61,
	0x6c, 0x75, 0x65, 0x32, 0xd1, 0x01, 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x53, 0x65,
	0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x25, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x0d,
	0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x0d, 0x2e,
	0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x37, 0x0a, 0x06,
	0x43, 0x61, 0x6c, 0x6c, 0x4f, 0x70, 0x12, 0x15, 0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e,
	0x43, 0x61, 0x6c, 0x6c, 0x4f, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
	0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x43, 0x61, 0x6c, 0x6c, 0x4f, 0x70, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x09, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
	0x62, 0x65, 0x12, 0x0d, 0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x45, 0x6d, 0x70, 0x74,
	0x79, 0x1a, 0x0d, 0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
	0x30, 0x01, 0x12, 0x33, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x0d,
	0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x18, 0x2e,
	0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x49, 0x5a, 0x47, 0x67, 0x69, 0x74, 0x68, 0x75,
	0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x61, 0x6e, 0x63, 0x73, 0x74, 0x61, 0x2f, 0x61, 0x73,
	0x79, 0x6e, 0x63, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x2d, 0x67, 0x6f, 0x2f, 0x65, 0x78,
	0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2d, 0x62, 0x65, 0x6e, 0x63,
	0x68, 0x6d, 0x61, 0x72, 0x6b, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_worker_proto_worker_proto_rawDescOnce sync.Once
	file_worker_proto_worker_proto_rawDescData = file_worker_proto_worker_proto_rawDesc
)

func file_worker_proto_worker_proto_rawDescGZIP() []byte {
	file_worker_proto_worker_proto_rawDescOnce.Do(func() {
		file_worker_proto_worker_proto_rawDescData = protoimpl.X.CompressGZIP(file_worker_proto_worker_proto_rawDescData)
	})
	return file_worker_proto_worker_proto_rawDescData
}

var file_worker_proto_worker_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_worker_proto_worker_proto_goTypes = []any{
	(*CallOpRequest)(nil),    // 0: worker.CallOpRequest
	(*CallOpResponse)(nil),   // 1: worker.CallOpResponse
	(*Empty)(nil),            // 2: worker.Empty
	(*GetValueResponse)(nil), // 3: worker.GetValueResponse
}
var file_worker_proto_worker_proto_depIdxs = []int32{
	2, // 0: worker.WorkerService.Start:input_type -> worker.Empty
	0, // 1: worker.WorkerService.CallOp:input_type -> worker.CallOpRequest
	2, // 2: worker.WorkerService.Subscribe:input_type -> worker.Empty
	2, // 3: worker.WorkerService.GetValue:input_type -> worker.Empty
	2, // 4: worker.WorkerService.Start:output_type -> worker.Empty
	1, // 5: worker.WorkerService.CallOp:output_type -> worker.CallOpResponse
	2, // 6: worker.WorkerService.Subscribe:output_type -> worker.Empty
	3, // 7: worker.WorkerService.GetValue:output_type -> worker.GetValueResponse
	4, // [4:8] is the sub-list for method output_type
	0, // [0:4] 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 extendee
	0, // [0:0] is the sub-list for field type_name
}

func init() { file_worker_proto_worker_proto_init() }
func file_worker_proto_worker_proto_init() {
	if File_worker_proto_worker_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_worker_proto_worker_proto_msgTypes[0].Exporter = func( any,  int) any {
			switch  := .(*CallOpRequest);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_worker_proto_worker_proto_msgTypes[1].Exporter = func( any,  int) any {
			switch  := .(*CallOpResponse);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_worker_proto_worker_proto_msgTypes[2].Exporter = func( any,  int) any {
			switch  := .(*Empty);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_worker_proto_worker_proto_msgTypes[3].Exporter = func( any,  int) any {
			switch  := .(*GetValueResponse);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
	}
	type  struct{}
	 := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf({}).PkgPath(),
			RawDescriptor: file_worker_proto_worker_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   4,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_worker_proto_worker_proto_goTypes,
		DependencyIndexes: file_worker_proto_worker_proto_depIdxs,
		MessageInfos:      file_worker_proto_worker_proto_msgTypes,
	}.Build()
	File_worker_proto_worker_proto = .File
	file_worker_proto_worker_proto_rawDesc = nil
	file_worker_proto_worker_proto_goTypes = nil
	file_worker_proto_worker_proto_depIdxs = nil
}