// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 // protoc v6.33.1 // source: control_plane.proto package control_plane_messages import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" anypb "google.golang.org/protobuf/types/known/anypb" reflect "reflect" sync "sync" unsafe "unsafe" ) 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) ) // Empty request placeholder (common pattern). type Empty struct { state protoimpl.MessageState `protogen:"open.v1"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *Empty) Reset() { *x = Empty{} mi := &file_control_plane_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *Empty) String() string { return protoimpl.X.MessageStringOf(x) } func (*Empty) ProtoMessage() {} func (x *Empty) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Empty.ProtoReflect.Descriptor instead. func (*Empty) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{0} } // Ping reply includes responding host and its current unix time (seconds). type PingReply struct { state protoimpl.MessageState `protogen:"open.v1"` Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` UnixTime int64 `protobuf:"varint,2,opt,name=unix_time,json=unixTime,proto3" json:"unix_time,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PingReply) Reset() { *x = PingReply{} mi := &file_control_plane_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PingReply) String() string { return protoimpl.X.MessageStringOf(x) } func (*PingReply) ProtoMessage() {} func (x *PingReply) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PingReply.ProtoReflect.Descriptor instead. func (*PingReply) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{1} } func (x *PingReply) GetHost() string { if x != nil { return x.Host } return "" } func (x *PingReply) GetUnixTime() int64 { if x != nil { return x.UnixTime } return 0 } // NegotiateRequest carries the caller's full view of known hosts (including self). type NegotiateRequest struct { state protoimpl.MessageState `protogen:"open.v1"` KnownHosts []string `protobuf:"bytes,1,rep,name=known_hosts,json=knownHosts,proto3" json:"known_hosts,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NegotiateRequest) Reset() { *x = NegotiateRequest{} mi := &file_control_plane_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NegotiateRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*NegotiateRequest) ProtoMessage() {} func (x *NegotiateRequest) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NegotiateRequest.ProtoReflect.Descriptor instead. func (*NegotiateRequest) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{2} } func (x *NegotiateRequest) GetKnownHosts() []string { if x != nil { return x.KnownHosts } return nil } // NegotiateReply returns the callee's healthy hosts (including itself). type NegotiateReply struct { state protoimpl.MessageState `protogen:"open.v1"` Hosts []string `protobuf:"bytes,1,rep,name=hosts,proto3" json:"hosts,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *NegotiateReply) Reset() { *x = NegotiateReply{} mi := &file_control_plane_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *NegotiateReply) String() string { return protoimpl.X.MessageStringOf(x) } func (*NegotiateReply) ProtoMessage() {} func (x *NegotiateReply) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use NegotiateReply.ProtoReflect.Descriptor instead. func (*NegotiateReply) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{3} } func (x *NegotiateReply) GetHosts() []string { if x != nil { return x.Hosts } return nil } // CartIdsReply returns the list of cart IDs (string form) currently owned locally. type ActorIdsReply struct { state protoimpl.MessageState `protogen:"open.v1"` Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ActorIdsReply) Reset() { *x = ActorIdsReply{} mi := &file_control_plane_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ActorIdsReply) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActorIdsReply) ProtoMessage() {} func (x *ActorIdsReply) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ActorIdsReply.ProtoReflect.Descriptor instead. func (*ActorIdsReply) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{4} } func (x *ActorIdsReply) GetIds() []uint64 { if x != nil { return x.Ids } return nil } // OwnerChangeAck retained as response type for Closing RPC (ConfirmOwner removed). type OwnerChangeAck struct { state protoimpl.MessageState `protogen:"open.v1"` Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *OwnerChangeAck) Reset() { *x = OwnerChangeAck{} mi := &file_control_plane_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *OwnerChangeAck) String() string { return protoimpl.X.MessageStringOf(x) } func (*OwnerChangeAck) ProtoMessage() {} func (x *OwnerChangeAck) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use OwnerChangeAck.ProtoReflect.Descriptor instead. func (*OwnerChangeAck) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{5} } func (x *OwnerChangeAck) GetAccepted() bool { if x != nil { return x.Accepted } return false } func (x *OwnerChangeAck) GetMessage() string { if x != nil { return x.Message } return "" } // ClosingNotice notifies peers this host is terminating (so they can drop / re-resolve). type ClosingNotice struct { state protoimpl.MessageState `protogen:"open.v1"` Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ClosingNotice) Reset() { *x = ClosingNotice{} mi := &file_control_plane_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ClosingNotice) String() string { return protoimpl.X.MessageStringOf(x) } func (*ClosingNotice) ProtoMessage() {} func (x *ClosingNotice) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ClosingNotice.ProtoReflect.Descriptor instead. func (*ClosingNotice) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{6} } func (x *ClosingNotice) GetHost() string { if x != nil { return x.Host } return "" } // OwnershipAnnounce broadcasts first-touch ownership claims for cart IDs. // First claim wins; receivers SHOULD NOT overwrite an existing different owner. type OwnershipAnnounce struct { state protoimpl.MessageState `protogen:"open.v1"` Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` // announcing host Ids []uint64 `protobuf:"varint,2,rep,packed,name=ids,proto3" json:"ids,omitempty"` // newly claimed cart ids unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *OwnershipAnnounce) Reset() { *x = OwnershipAnnounce{} mi := &file_control_plane_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *OwnershipAnnounce) String() string { return protoimpl.X.MessageStringOf(x) } func (*OwnershipAnnounce) ProtoMessage() {} func (x *OwnershipAnnounce) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use OwnershipAnnounce.ProtoReflect.Descriptor instead. func (*OwnershipAnnounce) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{7} } func (x *OwnershipAnnounce) GetHost() string { if x != nil { return x.Host } return "" } func (x *OwnershipAnnounce) GetIds() []uint64 { if x != nil { return x.Ids } return nil } // ExpiryAnnounce broadcasts that a host evicted the provided cart IDs. type ExpiryAnnounce struct { state protoimpl.MessageState `protogen:"open.v1"` Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Ids []uint64 `protobuf:"varint,2,rep,packed,name=ids,proto3" json:"ids,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ExpiryAnnounce) Reset() { *x = ExpiryAnnounce{} mi := &file_control_plane_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ExpiryAnnounce) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExpiryAnnounce) ProtoMessage() {} func (x *ExpiryAnnounce) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExpiryAnnounce.ProtoReflect.Descriptor instead. func (*ExpiryAnnounce) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{8} } func (x *ExpiryAnnounce) GetHost() string { if x != nil { return x.Host } return "" } func (x *ExpiryAnnounce) GetIds() []uint64 { if x != nil { return x.Ids } return nil } type ApplyRequest struct { state protoimpl.MessageState `protogen:"open.v1"` Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Messages []*anypb.Any `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ApplyRequest) Reset() { *x = ApplyRequest{} mi := &file_control_plane_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ApplyRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ApplyRequest) ProtoMessage() {} func (x *ApplyRequest) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ApplyRequest.ProtoReflect.Descriptor instead. func (*ApplyRequest) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{9} } func (x *ApplyRequest) GetId() uint64 { if x != nil { return x.Id } return 0 } func (x *ApplyRequest) GetMessages() []*anypb.Any { if x != nil { return x.Messages } return nil } type GetRequest struct { state protoimpl.MessageState `protogen:"open.v1"` Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GetRequest) Reset() { *x = GetRequest{} mi := &file_control_plane_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetRequest) ProtoMessage() {} func (x *GetRequest) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetRequest.ProtoReflect.Descriptor instead. func (*GetRequest) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{10} } func (x *GetRequest) GetId() uint64 { if x != nil { return x.Id } return 0 } type GetReply struct { state protoimpl.MessageState `protogen:"open.v1"` Grain *anypb.Any `protobuf:"bytes,1,opt,name=grain,proto3" json:"grain,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GetReply) Reset() { *x = GetReply{} mi := &file_control_plane_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetReply) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetReply) ProtoMessage() {} func (x *GetReply) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetReply.ProtoReflect.Descriptor instead. func (*GetReply) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{11} } func (x *GetReply) GetGrain() *anypb.Any { if x != nil { return x.Grain } return nil } type MutationResult struct { state protoimpl.MessageState `protogen:"open.v1"` Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Message *anypb.Any `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Error *string `protobuf:"bytes,3,opt,name=error,proto3,oneof" json:"error,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *MutationResult) Reset() { *x = MutationResult{} mi := &file_control_plane_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MutationResult) String() string { return protoimpl.X.MessageStringOf(x) } func (*MutationResult) ProtoMessage() {} func (x *MutationResult) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MutationResult.ProtoReflect.Descriptor instead. func (*MutationResult) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{12} } func (x *MutationResult) GetType() string { if x != nil { return x.Type } return "" } func (x *MutationResult) GetMessage() *anypb.Any { if x != nil { return x.Message } return nil } func (x *MutationResult) GetError() string { if x != nil && x.Error != nil { return *x.Error } return "" } type ApplyResult struct { state protoimpl.MessageState `protogen:"open.v1"` State *anypb.Any `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` Mutations []*MutationResult `protobuf:"bytes,2,rep,name=mutations,proto3" json:"mutations,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ApplyResult) Reset() { *x = ApplyResult{} mi := &file_control_plane_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ApplyResult) String() string { return protoimpl.X.MessageStringOf(x) } func (*ApplyResult) ProtoMessage() {} func (x *ApplyResult) ProtoReflect() protoreflect.Message { mi := &file_control_plane_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ApplyResult.ProtoReflect.Descriptor instead. func (*ApplyResult) Descriptor() ([]byte, []int) { return file_control_plane_proto_rawDescGZIP(), []int{13} } func (x *ApplyResult) GetState() *anypb.Any { if x != nil { return x.State } return nil } func (x *ApplyResult) GetMutations() []*MutationResult { if x != nil { return x.Mutations } return nil } var File_control_plane_proto protoreflect.FileDescriptor const file_control_plane_proto_rawDesc = "" + "\n" + "\x13control_plane.proto\x12\x16control_plane_messages\x1a\x19google/protobuf/any.proto\"\a\n" + "\x05Empty\"<\n" + "\tPingReply\x12\x12\n" + "\x04host\x18\x01 \x01(\tR\x04host\x12\x1b\n" + "\tunix_time\x18\x02 \x01(\x03R\bunixTime\"3\n" + "\x10NegotiateRequest\x12\x1f\n" + "\vknown_hosts\x18\x01 \x03(\tR\n" + "knownHosts\"&\n" + "\x0eNegotiateReply\x12\x14\n" + "\x05hosts\x18\x01 \x03(\tR\x05hosts\"!\n" + "\rActorIdsReply\x12\x10\n" + "\x03ids\x18\x01 \x03(\x04R\x03ids\"F\n" + "\x0eOwnerChangeAck\x12\x1a\n" + "\baccepted\x18\x01 \x01(\bR\baccepted\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\"#\n" + "\rClosingNotice\x12\x12\n" + "\x04host\x18\x01 \x01(\tR\x04host\"9\n" + "\x11OwnershipAnnounce\x12\x12\n" + "\x04host\x18\x01 \x01(\tR\x04host\x12\x10\n" + "\x03ids\x18\x02 \x03(\x04R\x03ids\"6\n" + "\x0eExpiryAnnounce\x12\x12\n" + "\x04host\x18\x01 \x01(\tR\x04host\x12\x10\n" + "\x03ids\x18\x02 \x03(\x04R\x03ids\"P\n" + "\fApplyRequest\x12\x0e\n" + "\x02id\x18\x01 \x01(\x04R\x02id\x120\n" + "\bmessages\x18\x02 \x03(\v2\x14.google.protobuf.AnyR\bmessages\"\x1c\n" + "\n" + "GetRequest\x12\x0e\n" + "\x02id\x18\x01 \x01(\x04R\x02id\"6\n" + "\bGetReply\x12*\n" + "\x05grain\x18\x01 \x01(\v2\x14.google.protobuf.AnyR\x05grain\"y\n" + "\x0eMutationResult\x12\x12\n" + "\x04type\x18\x01 \x01(\tR\x04type\x12.\n" + "\amessage\x18\x02 \x01(\v2\x14.google.protobuf.AnyR\amessage\x12\x19\n" + "\x05error\x18\x03 \x01(\tH\x00R\x05error\x88\x01\x01B\b\n" + "\x06_error\"\x7f\n" + "\vApplyResult\x12*\n" + "\x05state\x18\x01 \x01(\v2\x14.google.protobuf.AnyR\x05state\x12D\n" + "\tmutations\x18\x02 \x03(\v2&.control_plane_messages.MutationResultR\tmutations2\xd6\x05\n" + "\fControlPlane\x12H\n" + "\x04Ping\x12\x1d.control_plane_messages.Empty\x1a!.control_plane_messages.PingReply\x12]\n" + "\tNegotiate\x12(.control_plane_messages.NegotiateRequest\x1a&.control_plane_messages.NegotiateReply\x12X\n" + "\x10GetLocalActorIds\x12\x1d.control_plane_messages.Empty\x1a%.control_plane_messages.ActorIdsReply\x12f\n" + "\x11AnnounceOwnership\x12).control_plane_messages.OwnershipAnnounce\x1a&.control_plane_messages.OwnerChangeAck\x12R\n" + "\x05Apply\x12$.control_plane_messages.ApplyRequest\x1a#.control_plane_messages.ApplyResult\x12`\n" + "\x0eAnnounceExpiry\x12&.control_plane_messages.ExpiryAnnounce\x1a&.control_plane_messages.OwnerChangeAck\x12X\n" + "\aClosing\x12%.control_plane_messages.ClosingNotice\x1a&.control_plane_messages.OwnerChangeAck\x12K\n" + "\x03Get\x12\".control_plane_messages.GetRequest\x1a .control_plane_messages.GetReplyB@Z>git.k6n.net/go-cart-actor/proto/control;control_plane_messagesb\x06proto3" var ( file_control_plane_proto_rawDescOnce sync.Once file_control_plane_proto_rawDescData []byte ) func file_control_plane_proto_rawDescGZIP() []byte { file_control_plane_proto_rawDescOnce.Do(func() { file_control_plane_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_control_plane_proto_rawDesc), len(file_control_plane_proto_rawDesc))) }) return file_control_plane_proto_rawDescData } var file_control_plane_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_control_plane_proto_goTypes = []any{ (*Empty)(nil), // 0: control_plane_messages.Empty (*PingReply)(nil), // 1: control_plane_messages.PingReply (*NegotiateRequest)(nil), // 2: control_plane_messages.NegotiateRequest (*NegotiateReply)(nil), // 3: control_plane_messages.NegotiateReply (*ActorIdsReply)(nil), // 4: control_plane_messages.ActorIdsReply (*OwnerChangeAck)(nil), // 5: control_plane_messages.OwnerChangeAck (*ClosingNotice)(nil), // 6: control_plane_messages.ClosingNotice (*OwnershipAnnounce)(nil), // 7: control_plane_messages.OwnershipAnnounce (*ExpiryAnnounce)(nil), // 8: control_plane_messages.ExpiryAnnounce (*ApplyRequest)(nil), // 9: control_plane_messages.ApplyRequest (*GetRequest)(nil), // 10: control_plane_messages.GetRequest (*GetReply)(nil), // 11: control_plane_messages.GetReply (*MutationResult)(nil), // 12: control_plane_messages.MutationResult (*ApplyResult)(nil), // 13: control_plane_messages.ApplyResult (*anypb.Any)(nil), // 14: google.protobuf.Any } var file_control_plane_proto_depIdxs = []int32{ 14, // 0: control_plane_messages.ApplyRequest.messages:type_name -> google.protobuf.Any 14, // 1: control_plane_messages.GetReply.grain:type_name -> google.protobuf.Any 14, // 2: control_plane_messages.MutationResult.message:type_name -> google.protobuf.Any 14, // 3: control_plane_messages.ApplyResult.state:type_name -> google.protobuf.Any 12, // 4: control_plane_messages.ApplyResult.mutations:type_name -> control_plane_messages.MutationResult 0, // 5: control_plane_messages.ControlPlane.Ping:input_type -> control_plane_messages.Empty 2, // 6: control_plane_messages.ControlPlane.Negotiate:input_type -> control_plane_messages.NegotiateRequest 0, // 7: control_plane_messages.ControlPlane.GetLocalActorIds:input_type -> control_plane_messages.Empty 7, // 8: control_plane_messages.ControlPlane.AnnounceOwnership:input_type -> control_plane_messages.OwnershipAnnounce 9, // 9: control_plane_messages.ControlPlane.Apply:input_type -> control_plane_messages.ApplyRequest 8, // 10: control_plane_messages.ControlPlane.AnnounceExpiry:input_type -> control_plane_messages.ExpiryAnnounce 6, // 11: control_plane_messages.ControlPlane.Closing:input_type -> control_plane_messages.ClosingNotice 10, // 12: control_plane_messages.ControlPlane.Get:input_type -> control_plane_messages.GetRequest 1, // 13: control_plane_messages.ControlPlane.Ping:output_type -> control_plane_messages.PingReply 3, // 14: control_plane_messages.ControlPlane.Negotiate:output_type -> control_plane_messages.NegotiateReply 4, // 15: control_plane_messages.ControlPlane.GetLocalActorIds:output_type -> control_plane_messages.ActorIdsReply 5, // 16: control_plane_messages.ControlPlane.AnnounceOwnership:output_type -> control_plane_messages.OwnerChangeAck 13, // 17: control_plane_messages.ControlPlane.Apply:output_type -> control_plane_messages.ApplyResult 5, // 18: control_plane_messages.ControlPlane.AnnounceExpiry:output_type -> control_plane_messages.OwnerChangeAck 5, // 19: control_plane_messages.ControlPlane.Closing:output_type -> control_plane_messages.OwnerChangeAck 11, // 20: control_plane_messages.ControlPlane.Get:output_type -> control_plane_messages.GetReply 13, // [13:21] is the sub-list for method output_type 5, // [5:13] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_control_plane_proto_init() } func file_control_plane_proto_init() { if File_control_plane_proto != nil { return } file_control_plane_proto_msgTypes[12].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_control_plane_proto_rawDesc), len(file_control_plane_proto_rawDesc)), NumEnums: 0, NumMessages: 14, NumExtensions: 0, NumServices: 1, }, GoTypes: file_control_plane_proto_goTypes, DependencyIndexes: file_control_plane_proto_depIdxs, MessageInfos: file_control_plane_proto_msgTypes, }.Build() File_control_plane_proto = out.File file_control_plane_proto_goTypes = nil file_control_plane_proto_depIdxs = nil }