2020-04-10 03:05:46 +03:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2021-04-28 16:30:59 +03:00
|
|
|
// versions:
|
|
|
|
// protoc-gen-go v1.23.0
|
|
|
|
// protoc v3.6.1
|
2020-04-10 03:05:46 +03:00
|
|
|
// source: verrpc/verrpc.proto
|
|
|
|
|
|
|
|
package verrpc
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "context"
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
|
grpc "google.golang.org/grpc"
|
2020-05-28 14:07:31 +03:00
|
|
|
codes "google.golang.org/grpc/codes"
|
|
|
|
status "google.golang.org/grpc/status"
|
2021-04-28 16:30:59 +03:00
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
reflect "reflect"
|
|
|
|
sync "sync"
|
2020-04-10 03:05:46 +03:00
|
|
|
)
|
|
|
|
|
2021-04-28 16:30:59 +03: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-04-10 03:05:46 +03:00
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
const _ = proto.ProtoPackageIsVersion4
|
2020-04-10 03:05:46 +03:00
|
|
|
|
|
|
|
type VersionRequest struct {
|
2021-04-28 16:30:59 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *VersionRequest) Reset() {
|
|
|
|
*x = VersionRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_verrpc_verrpc_proto_msgTypes[0]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *VersionRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
2021-04-28 16:30:59 +03:00
|
|
|
|
|
|
|
func (*VersionRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *VersionRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_verrpc_verrpc_proto_msgTypes[0]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
// Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*VersionRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return file_verrpc_verrpc_proto_rawDescGZIP(), []int{0}
|
|
|
|
}
|
2020-04-10 03:05:46 +03:00
|
|
|
|
|
|
|
type Version struct {
|
2021-04-28 16:30:59 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2020-05-06 17:51:14 +03:00
|
|
|
// A verbose description of the daemon's commit.
|
2020-04-10 03:05:46 +03:00
|
|
|
Commit string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The SHA1 commit hash that the daemon is compiled with.
|
2020-04-10 03:05:46 +03:00
|
|
|
CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The semantic version.
|
2020-04-10 03:05:46 +03:00
|
|
|
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The major application version.
|
2020-04-10 03:05:46 +03:00
|
|
|
AppMajor uint32 `protobuf:"varint,4,opt,name=app_major,json=appMajor,proto3" json:"app_major,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The minor application version.
|
2020-04-10 03:05:46 +03:00
|
|
|
AppMinor uint32 `protobuf:"varint,5,opt,name=app_minor,json=appMinor,proto3" json:"app_minor,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The application patch number.
|
2020-04-10 03:05:46 +03:00
|
|
|
AppPatch uint32 `protobuf:"varint,6,opt,name=app_patch,json=appPatch,proto3" json:"app_patch,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The application pre-release modifier, possibly empty.
|
2020-04-10 03:05:46 +03:00
|
|
|
AppPreRelease string `protobuf:"bytes,7,opt,name=app_pre_release,json=appPreRelease,proto3" json:"app_pre_release,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The list of build tags that were supplied during compilation.
|
2020-04-10 03:05:46 +03:00
|
|
|
BuildTags []string `protobuf:"bytes,8,rep,name=build_tags,json=buildTags,proto3" json:"build_tags,omitempty"`
|
2020-05-06 17:51:14 +03:00
|
|
|
// The version of go that compiled the executable.
|
2021-04-28 16:30:59 +03:00
|
|
|
GoVersion string `protobuf:"bytes,9,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) Reset() {
|
|
|
|
*x = Version{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_verrpc_verrpc_proto_msgTypes[1]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
2021-04-28 16:30:59 +03:00
|
|
|
|
|
|
|
func (*Version) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Version) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_verrpc_verrpc_proto_msgTypes[1]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
// Deprecated: Use Version.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Version) Descriptor() ([]byte, []int) {
|
|
|
|
return file_verrpc_verrpc_proto_rawDescGZIP(), []int{1}
|
|
|
|
}
|
2020-04-10 03:05:46 +03:00
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetCommit() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Commit
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetCommitHash() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.CommitHash
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetVersion() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Version
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetAppMajor() uint32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.AppMajor
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetAppMinor() uint32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.AppMinor
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetAppPatch() uint32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.AppPatch
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetAppPreRelease() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.AppPreRelease
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetBuildTags() []string {
|
|
|
|
if x != nil {
|
|
|
|
return x.BuildTags
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (x *Version) GetGoVersion() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.GoVersion
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
var File_verrpc_verrpc_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_verrpc_verrpc_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x13, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x2f, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x22, 0x10, 0x0a,
|
|
|
|
0x0e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
|
|
|
|
0x99, 0x02, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x63,
|
|
|
|
0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x6f, 0x6d,
|
|
|
|
0x6d, 0x69, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x68, 0x61,
|
|
|
|
0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74,
|
|
|
|
0x48, 0x61, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1b,
|
|
|
|
0x0a, 0x09, 0x61, 0x70, 0x70, 0x5f, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
0x0d, 0x52, 0x08, 0x61, 0x70, 0x70, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x61,
|
|
|
|
0x70, 0x70, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08,
|
|
|
|
0x61, 0x70, 0x70, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x70, 0x70, 0x5f,
|
|
|
|
0x70, 0x61, 0x74, 0x63, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x61, 0x70, 0x70,
|
|
|
|
0x50, 0x61, 0x74, 0x63, 0x68, 0x12, 0x26, 0x0a, 0x0f, 0x61, 0x70, 0x70, 0x5f, 0x70, 0x72, 0x65,
|
|
|
|
0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
|
|
0x61, 0x70, 0x70, 0x50, 0x72, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1d, 0x0a,
|
|
|
|
0x0a, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x61, 0x67, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28,
|
|
|
|
0x09, 0x52, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x67, 0x73, 0x12, 0x1d, 0x0a, 0x0a,
|
|
|
|
0x67, 0x6f, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x09, 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0x42, 0x0a, 0x09, 0x56,
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x72, 0x12, 0x35, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56,
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0f,
|
|
|
|
0x2e, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42,
|
|
|
|
0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x69,
|
|
|
|
0x67, 0x68, 0x74, 0x6e, 0x69, 0x6e, 0x67, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x6c,
|
|
|
|
0x6e, 0x64, 0x2f, 0x6c, 0x6e, 0x72, 0x70, 0x63, 0x2f, 0x76, 0x65, 0x72, 0x72, 0x70, 0x63, 0x62,
|
|
|
|
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
file_verrpc_verrpc_proto_rawDescOnce sync.Once
|
|
|
|
file_verrpc_verrpc_proto_rawDescData = file_verrpc_verrpc_proto_rawDesc
|
|
|
|
)
|
|
|
|
|
|
|
|
func file_verrpc_verrpc_proto_rawDescGZIP() []byte {
|
|
|
|
file_verrpc_verrpc_proto_rawDescOnce.Do(func() {
|
|
|
|
file_verrpc_verrpc_proto_rawDescData = protoimpl.X.CompressGZIP(file_verrpc_verrpc_proto_rawDescData)
|
|
|
|
})
|
|
|
|
return file_verrpc_verrpc_proto_rawDescData
|
|
|
|
}
|
|
|
|
|
|
|
|
var file_verrpc_verrpc_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
|
|
var file_verrpc_verrpc_proto_goTypes = []interface{}{
|
|
|
|
(*VersionRequest)(nil), // 0: verrpc.VersionRequest
|
|
|
|
(*Version)(nil), // 1: verrpc.Version
|
|
|
|
}
|
|
|
|
var file_verrpc_verrpc_proto_depIdxs = []int32{
|
|
|
|
0, // 0: verrpc.Versioner.GetVersion:input_type -> verrpc.VersionRequest
|
|
|
|
1, // 1: verrpc.Versioner.GetVersion:output_type -> verrpc.Version
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { file_verrpc_verrpc_proto_init() }
|
|
|
|
func file_verrpc_verrpc_proto_init() {
|
|
|
|
if File_verrpc_verrpc_proto != nil {
|
|
|
|
return
|
|
|
|
}
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
file_verrpc_verrpc_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*VersionRequest); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_verrpc_verrpc_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*Version); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type x struct{}
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
RawDescriptor: file_verrpc_verrpc_proto_rawDesc,
|
|
|
|
NumEnums: 0,
|
|
|
|
NumMessages: 2,
|
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 1,
|
|
|
|
},
|
|
|
|
GoTypes: file_verrpc_verrpc_proto_goTypes,
|
|
|
|
DependencyIndexes: file_verrpc_verrpc_proto_depIdxs,
|
|
|
|
MessageInfos: file_verrpc_verrpc_proto_msgTypes,
|
|
|
|
}.Build()
|
|
|
|
File_verrpc_verrpc_proto = out.File
|
|
|
|
file_verrpc_verrpc_proto_rawDesc = nil
|
|
|
|
file_verrpc_verrpc_proto_goTypes = nil
|
|
|
|
file_verrpc_verrpc_proto_depIdxs = nil
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
2021-04-28 16:30:59 +03:00
|
|
|
var _ grpc.ClientConnInterface
|
2020-04-10 03:05:46 +03:00
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
2021-04-28 16:30:59 +03:00
|
|
|
const _ = grpc.SupportPackageIsVersion6
|
2020-04-10 03:05:46 +03:00
|
|
|
|
|
|
|
// VersionerClient is the client API for Versioner service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type VersionerClient interface {
|
2020-05-06 17:51:14 +03:00
|
|
|
// lncli: `version`
|
|
|
|
//GetVersion returns the current version and build information of the running
|
|
|
|
//daemon.
|
2020-04-10 03:05:46 +03:00
|
|
|
GetVersion(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*Version, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type versionerClient struct {
|
2021-04-28 16:30:59 +03:00
|
|
|
cc grpc.ClientConnInterface
|
2020-04-10 03:05:46 +03:00
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func NewVersionerClient(cc grpc.ClientConnInterface) VersionerClient {
|
2020-04-10 03:05:46 +03:00
|
|
|
return &versionerClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *versionerClient) GetVersion(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*Version, error) {
|
|
|
|
out := new(Version)
|
|
|
|
err := c.cc.Invoke(ctx, "/verrpc.Versioner/GetVersion", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// VersionerServer is the server API for Versioner service.
|
|
|
|
type VersionerServer interface {
|
2020-05-06 17:51:14 +03:00
|
|
|
// lncli: `version`
|
|
|
|
//GetVersion returns the current version and build information of the running
|
|
|
|
//daemon.
|
2020-04-10 03:05:46 +03:00
|
|
|
GetVersion(context.Context, *VersionRequest) (*Version, error)
|
|
|
|
}
|
|
|
|
|
2020-05-28 14:07:31 +03:00
|
|
|
// UnimplementedVersionerServer can be embedded to have forward compatible implementations.
|
|
|
|
type UnimplementedVersionerServer struct {
|
|
|
|
}
|
|
|
|
|
2021-04-28 16:30:59 +03:00
|
|
|
func (*UnimplementedVersionerServer) GetVersion(context.Context, *VersionRequest) (*Version, error) {
|
2020-05-28 14:07:31 +03:00
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetVersion not implemented")
|
|
|
|
}
|
|
|
|
|
2020-04-10 03:05:46 +03:00
|
|
|
func RegisterVersionerServer(s *grpc.Server, srv VersionerServer) {
|
|
|
|
s.RegisterService(&_Versioner_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Versioner_GetVersion_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(VersionRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(VersionerServer).GetVersion(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/verrpc.Versioner/GetVersion",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(VersionerServer).GetVersion(ctx, req.(*VersionRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _Versioner_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "verrpc.Versioner",
|
|
|
|
HandlerType: (*VersionerServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "GetVersion",
|
|
|
|
Handler: _Versioner_GetVersion_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "verrpc/verrpc.proto",
|
|
|
|
}
|