mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
370 lines
11 KiB
Go
370 lines
11 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v3.21.12
|
|
// source: proxy.proto
|
|
|
|
package litrpc
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
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)
|
|
)
|
|
|
|
type BakeSuperMacaroonRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The root key ID suffix is the 4-byte suffix of the root key ID that will
|
|
// be used to create the macaroon.
|
|
RootKeyIdSuffix uint32 `protobuf:"varint,1,opt,name=root_key_id_suffix,json=rootKeyIdSuffix,proto3" json:"root_key_id_suffix,omitempty"`
|
|
// Whether the macaroon should only contain read permissions.
|
|
ReadOnly bool `protobuf:"varint,2,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonRequest) Reset() {
|
|
*x = BakeSuperMacaroonRequest{}
|
|
mi := &file_proxy_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BakeSuperMacaroonRequest) ProtoMessage() {}
|
|
|
|
func (x *BakeSuperMacaroonRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 BakeSuperMacaroonRequest.ProtoReflect.Descriptor instead.
|
|
func (*BakeSuperMacaroonRequest) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonRequest) GetRootKeyIdSuffix() uint32 {
|
|
if x != nil {
|
|
return x.RootKeyIdSuffix
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonRequest) GetReadOnly() bool {
|
|
if x != nil {
|
|
return x.ReadOnly
|
|
}
|
|
return false
|
|
}
|
|
|
|
type BakeSuperMacaroonResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The hex encoded macaroon.
|
|
Macaroon string `protobuf:"bytes,1,opt,name=macaroon,proto3" json:"macaroon,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonResponse) Reset() {
|
|
*x = BakeSuperMacaroonResponse{}
|
|
mi := &file_proxy_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BakeSuperMacaroonResponse) ProtoMessage() {}
|
|
|
|
func (x *BakeSuperMacaroonResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 BakeSuperMacaroonResponse.ProtoReflect.Descriptor instead.
|
|
func (*BakeSuperMacaroonResponse) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *BakeSuperMacaroonResponse) GetMacaroon() string {
|
|
if x != nil {
|
|
return x.Macaroon
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type StopDaemonRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *StopDaemonRequest) Reset() {
|
|
*x = StopDaemonRequest{}
|
|
mi := &file_proxy_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *StopDaemonRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StopDaemonRequest) ProtoMessage() {}
|
|
|
|
func (x *StopDaemonRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 StopDaemonRequest.ProtoReflect.Descriptor instead.
|
|
func (*StopDaemonRequest) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type StopDaemonResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *StopDaemonResponse) Reset() {
|
|
*x = StopDaemonResponse{}
|
|
mi := &file_proxy_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *StopDaemonResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StopDaemonResponse) ProtoMessage() {}
|
|
|
|
func (x *StopDaemonResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 StopDaemonResponse.ProtoReflect.Descriptor instead.
|
|
func (*StopDaemonResponse) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
type GetInfoRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetInfoRequest) Reset() {
|
|
*x = GetInfoRequest{}
|
|
mi := &file_proxy_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *GetInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 GetInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
type GetInfoResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// The application version of the LiTd software running on the node,
|
|
// following the Semantic Versioning 2.0.0 specification
|
|
// (http://semver.org/).
|
|
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
|
|
// The Git commit hash the LiTd binary build was based on. If the build had
|
|
// uncommited changes, this field will contain the most recent commit hash,
|
|
// suffixed by "-dirty".
|
|
CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetInfoResponse) Reset() {
|
|
*x = GetInfoResponse{}
|
|
mi := &file_proxy_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetInfoResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInfoResponse) ProtoMessage() {}
|
|
|
|
func (x *GetInfoResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_proxy_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 GetInfoResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetInfoResponse) Descriptor() ([]byte, []int) {
|
|
return file_proxy_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetInfoResponse) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInfoResponse) GetCommitHash() string {
|
|
if x != nil {
|
|
return x.CommitHash
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_proxy_proto protoreflect.FileDescriptor
|
|
|
|
const file_proxy_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\vproxy.proto\x12\x06litrpc\"d\n" +
|
|
"\x18BakeSuperMacaroonRequest\x12+\n" +
|
|
"\x12root_key_id_suffix\x18\x01 \x01(\rR\x0frootKeyIdSuffix\x12\x1b\n" +
|
|
"\tread_only\x18\x02 \x01(\bR\breadOnly\"7\n" +
|
|
"\x19BakeSuperMacaroonResponse\x12\x1a\n" +
|
|
"\bmacaroon\x18\x01 \x01(\tR\bmacaroon\"\x13\n" +
|
|
"\x11StopDaemonRequest\"\x14\n" +
|
|
"\x12StopDaemonResponse\"\x10\n" +
|
|
"\x0eGetInfoRequest\"L\n" +
|
|
"\x0fGetInfoResponse\x12\x18\n" +
|
|
"\aversion\x18\x01 \x01(\tR\aversion\x12\x1f\n" +
|
|
"\vcommit_hash\x18\x02 \x01(\tR\n" +
|
|
"commitHash2\xe2\x01\n" +
|
|
"\x05Proxy\x12:\n" +
|
|
"\aGetInfo\x12\x16.litrpc.GetInfoRequest\x1a\x17.litrpc.GetInfoResponse\x12C\n" +
|
|
"\n" +
|
|
"StopDaemon\x12\x19.litrpc.StopDaemonRequest\x1a\x1a.litrpc.StopDaemonResponse\x12X\n" +
|
|
"\x11BakeSuperMacaroon\x12 .litrpc.BakeSuperMacaroonRequest\x1a!.litrpc.BakeSuperMacaroonResponseB4Z2github.com/lightninglabs/lightning-terminal/litrpcb\x06proto3"
|
|
|
|
var (
|
|
file_proxy_proto_rawDescOnce sync.Once
|
|
file_proxy_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_proxy_proto_rawDescGZIP() []byte {
|
|
file_proxy_proto_rawDescOnce.Do(func() {
|
|
file_proxy_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_proxy_proto_rawDesc), len(file_proxy_proto_rawDesc)))
|
|
})
|
|
return file_proxy_proto_rawDescData
|
|
}
|
|
|
|
var file_proxy_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
var file_proxy_proto_goTypes = []any{
|
|
(*BakeSuperMacaroonRequest)(nil), // 0: litrpc.BakeSuperMacaroonRequest
|
|
(*BakeSuperMacaroonResponse)(nil), // 1: litrpc.BakeSuperMacaroonResponse
|
|
(*StopDaemonRequest)(nil), // 2: litrpc.StopDaemonRequest
|
|
(*StopDaemonResponse)(nil), // 3: litrpc.StopDaemonResponse
|
|
(*GetInfoRequest)(nil), // 4: litrpc.GetInfoRequest
|
|
(*GetInfoResponse)(nil), // 5: litrpc.GetInfoResponse
|
|
}
|
|
var file_proxy_proto_depIdxs = []int32{
|
|
4, // 0: litrpc.Proxy.GetInfo:input_type -> litrpc.GetInfoRequest
|
|
2, // 1: litrpc.Proxy.StopDaemon:input_type -> litrpc.StopDaemonRequest
|
|
0, // 2: litrpc.Proxy.BakeSuperMacaroon:input_type -> litrpc.BakeSuperMacaroonRequest
|
|
5, // 3: litrpc.Proxy.GetInfo:output_type -> litrpc.GetInfoResponse
|
|
3, // 4: litrpc.Proxy.StopDaemon:output_type -> litrpc.StopDaemonResponse
|
|
1, // 5: litrpc.Proxy.BakeSuperMacaroon:output_type -> litrpc.BakeSuperMacaroonResponse
|
|
3, // [3:6] is the sub-list for method output_type
|
|
0, // [0:3] 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_proxy_proto_init() }
|
|
func file_proxy_proto_init() {
|
|
if File_proxy_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_proxy_proto_rawDesc), len(file_proxy_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 6,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_proxy_proto_goTypes,
|
|
DependencyIndexes: file_proxy_proto_depIdxs,
|
|
MessageInfos: file_proxy_proto_msgTypes,
|
|
}.Build()
|
|
File_proxy_proto = out.File
|
|
file_proxy_proto_goTypes = nil
|
|
file_proxy_proto_depIdxs = nil
|
|
}
|