2020-10-15 13:49:05 +02:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2021-05-25 16:33:44 +02:00
|
|
|
// versions:
|
2025-12-11 15:16:30 +01:00
|
|
|
// protoc-gen-go v1.36.11
|
2024-04-17 15:49:04 -03:00
|
|
|
// protoc v3.21.12
|
2020-10-15 13:49:05 +02:00
|
|
|
// source: debug.proto
|
|
|
|
|
|
|
|
|
|
package looprpc
|
|
|
|
|
|
|
|
|
|
import (
|
2021-05-25 16:33:44 +02:00
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
|
reflect "reflect"
|
|
|
|
|
sync "sync"
|
2025-12-11 15:16:30 +01:00
|
|
|
unsafe "unsafe"
|
2020-10-15 13:49:05 +02:00
|
|
|
)
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
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)
|
|
|
|
|
)
|
2020-10-15 13:49:05 +02:00
|
|
|
|
|
|
|
|
type ForceAutoLoopRequest struct {
|
2025-12-11 15:16:30 +01:00
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
2021-05-25 16:33:44 +02:00
|
|
|
unknownFields protoimpl.UnknownFields
|
2025-12-11 15:16:30 +01:00
|
|
|
sizeCache protoimpl.SizeCache
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func (x *ForceAutoLoopRequest) Reset() {
|
|
|
|
|
*x = ForceAutoLoopRequest{}
|
2025-12-11 15:16:30 +01:00
|
|
|
mi := &file_debug_proto_msgTypes[0]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func (x *ForceAutoLoopRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
2021-05-25 16:33:44 +02:00
|
|
|
|
|
|
|
|
func (*ForceAutoLoopRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ForceAutoLoopRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_debug_proto_msgTypes[0]
|
2025-12-11 15:16:30 +01:00
|
|
|
if x != nil {
|
2021-05-25 16:33:44 +02:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
// Deprecated: Use ForceAutoLoopRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ForceAutoLoopRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_debug_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
}
|
2020-10-15 13:49:05 +02:00
|
|
|
|
|
|
|
|
type ForceAutoLoopResponse struct {
|
2025-12-11 15:16:30 +01:00
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
2021-05-25 16:33:44 +02:00
|
|
|
unknownFields protoimpl.UnknownFields
|
2025-12-11 15:16:30 +01:00
|
|
|
sizeCache protoimpl.SizeCache
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func (x *ForceAutoLoopResponse) Reset() {
|
|
|
|
|
*x = ForceAutoLoopResponse{}
|
2025-12-11 15:16:30 +01:00
|
|
|
mi := &file_debug_proto_msgTypes[1]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func (x *ForceAutoLoopResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
2021-05-25 16:33:44 +02:00
|
|
|
|
|
|
|
|
func (*ForceAutoLoopResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ForceAutoLoopResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_debug_proto_msgTypes[1]
|
2025-12-11 15:16:30 +01:00
|
|
|
if x != nil {
|
2021-05-25 16:33:44 +02:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
2021-05-25 16:33:44 +02:00
|
|
|
|
|
|
|
|
// Deprecated: Use ForceAutoLoopResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ForceAutoLoopResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_debug_proto_rawDescGZIP(), []int{1}
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
2021-05-25 16:33:44 +02:00
|
|
|
|
|
|
|
|
var File_debug_proto protoreflect.FileDescriptor
|
|
|
|
|
|
2025-12-11 15:16:30 +01:00
|
|
|
const file_debug_proto_rawDesc = "" +
|
|
|
|
|
"\n" +
|
|
|
|
|
"\vdebug.proto\x12\alooprpc\"\x16\n" +
|
|
|
|
|
"\x14ForceAutoLoopRequest\"\x17\n" +
|
|
|
|
|
"\x15ForceAutoLoopResponse2W\n" +
|
|
|
|
|
"\x05Debug\x12N\n" +
|
|
|
|
|
"\rForceAutoLoop\x12\x1d.looprpc.ForceAutoLoopRequest\x1a\x1e.looprpc.ForceAutoLoopResponseB'Z%github.com/lightninglabs/loop/looprpcb\x06proto3"
|
2020-10-15 13:49:05 +02:00
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
var (
|
|
|
|
|
file_debug_proto_rawDescOnce sync.Once
|
2025-12-11 15:16:30 +01:00
|
|
|
file_debug_proto_rawDescData []byte
|
2021-05-25 16:33:44 +02:00
|
|
|
)
|
2020-10-15 13:49:05 +02:00
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func file_debug_proto_rawDescGZIP() []byte {
|
|
|
|
|
file_debug_proto_rawDescOnce.Do(func() {
|
2025-12-11 15:16:30 +01:00
|
|
|
file_debug_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_debug_proto_rawDesc), len(file_debug_proto_rawDesc)))
|
2021-05-25 16:33:44 +02:00
|
|
|
})
|
|
|
|
|
return file_debug_proto_rawDescData
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|
|
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
var file_debug_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
2024-08-16 17:34:30 +02:00
|
|
|
var file_debug_proto_goTypes = []any{
|
2021-05-25 16:33:44 +02:00
|
|
|
(*ForceAutoLoopRequest)(nil), // 0: looprpc.ForceAutoLoopRequest
|
|
|
|
|
(*ForceAutoLoopResponse)(nil), // 1: looprpc.ForceAutoLoopResponse
|
|
|
|
|
}
|
|
|
|
|
var file_debug_proto_depIdxs = []int32{
|
|
|
|
|
0, // 0: looprpc.Debug.ForceAutoLoop:input_type -> looprpc.ForceAutoLoopRequest
|
|
|
|
|
1, // 1: looprpc.Debug.ForceAutoLoop:output_type -> looprpc.ForceAutoLoopResponse
|
|
|
|
|
1, // [1:2] is the sub-list for method output_type
|
|
|
|
|
0, // [0:1] 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
|
|
|
|
|
}
|
2020-10-15 13:49:05 +02:00
|
|
|
|
2021-05-25 16:33:44 +02:00
|
|
|
func init() { file_debug_proto_init() }
|
|
|
|
|
func file_debug_proto_init() {
|
|
|
|
|
if File_debug_proto != nil {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
2025-12-11 15:16:30 +01:00
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_debug_proto_rawDesc), len(file_debug_proto_rawDesc)),
|
2021-05-25 16:33:44 +02:00
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 2,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|
GoTypes: file_debug_proto_goTypes,
|
|
|
|
|
DependencyIndexes: file_debug_proto_depIdxs,
|
|
|
|
|
MessageInfos: file_debug_proto_msgTypes,
|
|
|
|
|
}.Build()
|
|
|
|
|
File_debug_proto = out.File
|
|
|
|
|
file_debug_proto_goTypes = nil
|
|
|
|
|
file_debug_proto_depIdxs = nil
|
2020-10-15 13:49:05 +02:00
|
|
|
}
|