2018-12-13 14:26:29 +03:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: autopilotrpc/autopilot.proto
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
package autopilotrpc // import "github.com/lightningnetwork/lnd/lnrpc/autopilotrpc"
|
2018-12-13 14:26:29 +03:00
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
type StatusRequest struct {
|
2018-12-11 13:42:43 +03:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StatusRequest) Reset() { *m = StatusRequest{} }
|
|
|
|
func (m *StatusRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StatusRequest) ProtoMessage() {}
|
|
|
|
func (*StatusRequest) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{0}
|
2018-12-11 13:42:43 +03:00
|
|
|
}
|
|
|
|
func (m *StatusRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StatusRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StatusRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StatusRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StatusRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StatusRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StatusRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StatusRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StatusRequest.DiscardUnknown(m)
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
var xxx_messageInfo_StatusRequest proto.InternalMessageInfo
|
2018-12-13 14:26:29 +03:00
|
|
|
|
|
|
|
type StatusResponse struct {
|
|
|
|
// / Indicates whether the autopilot is active or not.
|
2018-12-11 13:42:43 +03:00
|
|
|
Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
func (m *StatusResponse) Reset() { *m = StatusResponse{} }
|
|
|
|
func (m *StatusResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StatusResponse) ProtoMessage() {}
|
|
|
|
func (*StatusResponse) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{1}
|
2018-12-11 13:42:43 +03:00
|
|
|
}
|
|
|
|
func (m *StatusResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StatusResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StatusResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StatusResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StatusResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StatusResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StatusResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StatusResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StatusResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StatusResponse proto.InternalMessageInfo
|
2018-12-13 14:26:29 +03:00
|
|
|
|
|
|
|
func (m *StatusResponse) GetActive() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Active
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type ModifyStatusRequest struct {
|
|
|
|
// / Whether the autopilot agent should be enabled or not.
|
2018-12-11 13:42:43 +03:00
|
|
|
Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ModifyStatusRequest) Reset() { *m = ModifyStatusRequest{} }
|
|
|
|
func (m *ModifyStatusRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ModifyStatusRequest) ProtoMessage() {}
|
|
|
|
func (*ModifyStatusRequest) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{2}
|
2018-12-11 13:42:43 +03:00
|
|
|
}
|
|
|
|
func (m *ModifyStatusRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ModifyStatusRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ModifyStatusRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ModifyStatusRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ModifyStatusRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ModifyStatusRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ModifyStatusRequest.DiscardUnknown(m)
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
var xxx_messageInfo_ModifyStatusRequest proto.InternalMessageInfo
|
2018-12-13 14:26:29 +03:00
|
|
|
|
|
|
|
func (m *ModifyStatusRequest) GetEnable() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Enable
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type ModifyStatusResponse struct {
|
2018-12-11 13:42:43 +03:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
func (m *ModifyStatusResponse) Reset() { *m = ModifyStatusResponse{} }
|
|
|
|
func (m *ModifyStatusResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ModifyStatusResponse) ProtoMessage() {}
|
|
|
|
func (*ModifyStatusResponse) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{3}
|
2018-12-11 13:42:43 +03:00
|
|
|
}
|
|
|
|
func (m *ModifyStatusResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ModifyStatusResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ModifyStatusResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ModifyStatusResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ModifyStatusResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ModifyStatusResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ModifyStatusResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ModifyStatusResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ModifyStatusResponse proto.InternalMessageInfo
|
2018-12-13 14:26:29 +03:00
|
|
|
|
2018-12-19 16:54:55 +03:00
|
|
|
type QueryScoresRequest struct {
|
|
|
|
Pubkeys []string `protobuf:"bytes,1,rep,name=pubkeys,proto3" json:"pubkeys,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *QueryScoresRequest) Reset() { *m = QueryScoresRequest{} }
|
|
|
|
func (m *QueryScoresRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*QueryScoresRequest) ProtoMessage() {}
|
|
|
|
func (*QueryScoresRequest) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{4}
|
2018-12-19 16:54:55 +03:00
|
|
|
}
|
|
|
|
func (m *QueryScoresRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QueryScoresRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_QueryScoresRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *QueryScoresRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_QueryScoresRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_QueryScoresRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_QueryScoresRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_QueryScoresRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *QueryScoresRequest) GetPubkeys() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Pubkeys
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type QueryScoresResponse struct {
|
|
|
|
Results []*QueryScoresResponse_HeuristicResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *QueryScoresResponse) Reset() { *m = QueryScoresResponse{} }
|
|
|
|
func (m *QueryScoresResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*QueryScoresResponse) ProtoMessage() {}
|
|
|
|
func (*QueryScoresResponse) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{5}
|
2018-12-19 16:54:55 +03:00
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *QueryScoresResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_QueryScoresResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_QueryScoresResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_QueryScoresResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *QueryScoresResponse) GetResults() []*QueryScoresResponse_HeuristicResult {
|
|
|
|
if m != nil {
|
|
|
|
return m.Results
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type QueryScoresResponse_HeuristicResult struct {
|
|
|
|
Heuristic string `protobuf:"bytes,1,opt,name=heuristic,proto3" json:"heuristic,omitempty"`
|
|
|
|
Scores map[string]float64 `protobuf:"bytes,2,rep,name=scores,proto3" json:"scores,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) Reset() { *m = QueryScoresResponse_HeuristicResult{} }
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*QueryScoresResponse_HeuristicResult) ProtoMessage() {}
|
|
|
|
func (*QueryScoresResponse_HeuristicResult) Descriptor() ([]byte, []int) {
|
2019-02-14 13:37:47 +03:00
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{5, 0}
|
2018-12-19 16:54:55 +03:00
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse_HeuristicResult.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse_HeuristicResult.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *QueryScoresResponse_HeuristicResult) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_QueryScoresResponse_HeuristicResult.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_QueryScoresResponse_HeuristicResult.Size(m)
|
|
|
|
}
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_QueryScoresResponse_HeuristicResult.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_QueryScoresResponse_HeuristicResult proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) GetHeuristic() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Heuristic
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *QueryScoresResponse_HeuristicResult) GetScores() map[string]float64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Scores
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-02-14 13:37:47 +03:00
|
|
|
type SetScoresRequest struct {
|
|
|
|
// / The name of the heuristic to provide scores to.
|
|
|
|
Heuristic string `protobuf:"bytes,1,opt,name=heuristic,proto3" json:"heuristic,omitempty"`
|
|
|
|
// *
|
|
|
|
// A map from hex-encoded public keys to scores. Scores must be in the range
|
|
|
|
// [0.0, 1.0].
|
|
|
|
Scores map[string]float64 `protobuf:"bytes,2,rep,name=scores,proto3" json:"scores,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SetScoresRequest) Reset() { *m = SetScoresRequest{} }
|
|
|
|
func (m *SetScoresRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetScoresRequest) ProtoMessage() {}
|
|
|
|
func (*SetScoresRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{6}
|
|
|
|
}
|
|
|
|
func (m *SetScoresRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetScoresRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SetScoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SetScoresRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *SetScoresRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SetScoresRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *SetScoresRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SetScoresRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SetScoresRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SetScoresRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SetScoresRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SetScoresRequest) GetHeuristic() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Heuristic
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SetScoresRequest) GetScores() map[string]float64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Scores
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SetScoresResponse struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SetScoresResponse) Reset() { *m = SetScoresResponse{} }
|
|
|
|
func (m *SetScoresResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetScoresResponse) ProtoMessage() {}
|
|
|
|
func (*SetScoresResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_autopilot_569ccc5858bc499b, []int{7}
|
|
|
|
}
|
|
|
|
func (m *SetScoresResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetScoresResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SetScoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SetScoresResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *SetScoresResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SetScoresResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *SetScoresResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SetScoresResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SetScoresResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SetScoresResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SetScoresResponse proto.InternalMessageInfo
|
|
|
|
|
2018-12-13 14:26:29 +03:00
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*StatusRequest)(nil), "autopilotrpc.StatusRequest")
|
|
|
|
proto.RegisterType((*StatusResponse)(nil), "autopilotrpc.StatusResponse")
|
|
|
|
proto.RegisterType((*ModifyStatusRequest)(nil), "autopilotrpc.ModifyStatusRequest")
|
|
|
|
proto.RegisterType((*ModifyStatusResponse)(nil), "autopilotrpc.ModifyStatusResponse")
|
2018-12-19 16:54:55 +03:00
|
|
|
proto.RegisterType((*QueryScoresRequest)(nil), "autopilotrpc.QueryScoresRequest")
|
|
|
|
proto.RegisterType((*QueryScoresResponse)(nil), "autopilotrpc.QueryScoresResponse")
|
|
|
|
proto.RegisterType((*QueryScoresResponse_HeuristicResult)(nil), "autopilotrpc.QueryScoresResponse.HeuristicResult")
|
|
|
|
proto.RegisterMapType((map[string]float64)(nil), "autopilotrpc.QueryScoresResponse.HeuristicResult.ScoresEntry")
|
2019-02-14 13:37:47 +03:00
|
|
|
proto.RegisterType((*SetScoresRequest)(nil), "autopilotrpc.SetScoresRequest")
|
|
|
|
proto.RegisterMapType((map[string]float64)(nil), "autopilotrpc.SetScoresRequest.ScoresEntry")
|
|
|
|
proto.RegisterType((*SetScoresResponse)(nil), "autopilotrpc.SetScoresResponse")
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
// AutopilotClient is the client API for Autopilot service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2018-12-13 14:26:29 +03:00
|
|
|
type AutopilotClient interface {
|
|
|
|
// *
|
|
|
|
// Status returns whether the daemon's autopilot agent is active.
|
|
|
|
Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error)
|
|
|
|
// *
|
|
|
|
// ModifyStatus is used to modify the status of the autopilot agent, like
|
|
|
|
// enabling or disabling it.
|
|
|
|
ModifyStatus(ctx context.Context, in *ModifyStatusRequest, opts ...grpc.CallOption) (*ModifyStatusResponse, error)
|
2018-12-19 16:54:55 +03:00
|
|
|
// *
|
|
|
|
// QueryScores queries all available autopilot heuristics, in addition to any
|
|
|
|
// active combination of these heruristics, for the scores they would give to
|
|
|
|
// the given nodes.
|
|
|
|
QueryScores(ctx context.Context, in *QueryScoresRequest, opts ...grpc.CallOption) (*QueryScoresResponse, error)
|
2019-02-14 13:37:47 +03:00
|
|
|
// *
|
|
|
|
// SetScores attempts to set the scores used by the running autopilot agent,
|
|
|
|
// if the external scoring heuristic is enabled.
|
|
|
|
SetScores(ctx context.Context, in *SetScoresRequest, opts ...grpc.CallOption) (*SetScoresResponse, error)
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
type autopilotClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewAutopilotClient(cc *grpc.ClientConn) AutopilotClient {
|
|
|
|
return &autopilotClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *autopilotClient) Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) {
|
|
|
|
out := new(StatusResponse)
|
2018-12-11 13:42:43 +03:00
|
|
|
err := c.cc.Invoke(ctx, "/autopilotrpc.Autopilot/Status", in, out, opts...)
|
2018-12-13 14:26:29 +03:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *autopilotClient) ModifyStatus(ctx context.Context, in *ModifyStatusRequest, opts ...grpc.CallOption) (*ModifyStatusResponse, error) {
|
|
|
|
out := new(ModifyStatusResponse)
|
2018-12-11 13:42:43 +03:00
|
|
|
err := c.cc.Invoke(ctx, "/autopilotrpc.Autopilot/ModifyStatus", in, out, opts...)
|
2018-12-13 14:26:29 +03:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-12-19 16:54:55 +03:00
|
|
|
func (c *autopilotClient) QueryScores(ctx context.Context, in *QueryScoresRequest, opts ...grpc.CallOption) (*QueryScoresResponse, error) {
|
|
|
|
out := new(QueryScoresResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/autopilotrpc.Autopilot/QueryScores", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-14 13:37:47 +03:00
|
|
|
func (c *autopilotClient) SetScores(ctx context.Context, in *SetScoresRequest, opts ...grpc.CallOption) (*SetScoresResponse, error) {
|
|
|
|
out := new(SetScoresResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/autopilotrpc.Autopilot/SetScores", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
// AutopilotServer is the server API for Autopilot service.
|
2018-12-13 14:26:29 +03:00
|
|
|
type AutopilotServer interface {
|
|
|
|
// *
|
|
|
|
// Status returns whether the daemon's autopilot agent is active.
|
|
|
|
Status(context.Context, *StatusRequest) (*StatusResponse, error)
|
|
|
|
// *
|
|
|
|
// ModifyStatus is used to modify the status of the autopilot agent, like
|
|
|
|
// enabling or disabling it.
|
|
|
|
ModifyStatus(context.Context, *ModifyStatusRequest) (*ModifyStatusResponse, error)
|
2018-12-19 16:54:55 +03:00
|
|
|
// *
|
|
|
|
// QueryScores queries all available autopilot heuristics, in addition to any
|
|
|
|
// active combination of these heruristics, for the scores they would give to
|
|
|
|
// the given nodes.
|
|
|
|
QueryScores(context.Context, *QueryScoresRequest) (*QueryScoresResponse, error)
|
2019-02-14 13:37:47 +03:00
|
|
|
// *
|
|
|
|
// SetScores attempts to set the scores used by the running autopilot agent,
|
|
|
|
// if the external scoring heuristic is enabled.
|
|
|
|
SetScores(context.Context, *SetScoresRequest) (*SetScoresResponse, error)
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterAutopilotServer(s *grpc.Server, srv AutopilotServer) {
|
|
|
|
s.RegisterService(&_Autopilot_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Autopilot_Status_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(StatusRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AutopilotServer).Status(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/autopilotrpc.Autopilot/Status",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AutopilotServer).Status(ctx, req.(*StatusRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Autopilot_ModifyStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(ModifyStatusRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AutopilotServer).ModifyStatus(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/autopilotrpc.Autopilot/ModifyStatus",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AutopilotServer).ModifyStatus(ctx, req.(*ModifyStatusRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-12-19 16:54:55 +03:00
|
|
|
func _Autopilot_QueryScores_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(QueryScoresRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AutopilotServer).QueryScores(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/autopilotrpc.Autopilot/QueryScores",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AutopilotServer).QueryScores(ctx, req.(*QueryScoresRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-14 13:37:47 +03:00
|
|
|
func _Autopilot_SetScores_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(SetScoresRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AutopilotServer).SetScores(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/autopilotrpc.Autopilot/SetScores",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AutopilotServer).SetScores(ctx, req.(*SetScoresRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-12-13 14:26:29 +03:00
|
|
|
var _Autopilot_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "autopilotrpc.Autopilot",
|
|
|
|
HandlerType: (*AutopilotServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Status",
|
|
|
|
Handler: _Autopilot_Status_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "ModifyStatus",
|
|
|
|
Handler: _Autopilot_ModifyStatus_Handler,
|
|
|
|
},
|
2018-12-19 16:54:55 +03:00
|
|
|
{
|
|
|
|
MethodName: "QueryScores",
|
|
|
|
Handler: _Autopilot_QueryScores_Handler,
|
|
|
|
},
|
2019-02-14 13:37:47 +03:00
|
|
|
{
|
|
|
|
MethodName: "SetScores",
|
|
|
|
Handler: _Autopilot_SetScores_Handler,
|
|
|
|
},
|
2018-12-13 14:26:29 +03:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "autopilotrpc/autopilot.proto",
|
|
|
|
}
|
|
|
|
|
2018-12-11 13:42:43 +03:00
|
|
|
func init() {
|
2019-02-14 13:37:47 +03:00
|
|
|
proto.RegisterFile("autopilotrpc/autopilot.proto", fileDescriptor_autopilot_569ccc5858bc499b)
|
|
|
|
}
|
|
|
|
|
|
|
|
var fileDescriptor_autopilot_569ccc5858bc499b = []byte{
|
|
|
|
// 439 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0x4d, 0x8b, 0xd3, 0x40,
|
|
|
|
0x18, 0xc7, 0x99, 0x2c, 0x76, 0xcd, 0xd3, 0xd5, 0x5d, 0xa7, 0xcb, 0x12, 0x62, 0xd1, 0xee, 0x9c,
|
|
|
|
0x8a, 0x60, 0x8a, 0xd5, 0x83, 0x0a, 0x1e, 0x5c, 0x11, 0x04, 0xf5, 0xe0, 0x94, 0xbd, 0x78, 0x4b,
|
|
|
|
0xb2, 0x63, 0x3b, 0x34, 0xce, 0xc4, 0x79, 0x59, 0xc9, 0x17, 0xf2, 0xea, 0x67, 0xf0, 0xe8, 0xb7,
|
|
|
|
0x92, 0x66, 0x92, 0x98, 0x84, 0x1a, 0x11, 0xbc, 0xe5, 0x79, 0xfb, 0x3d, 0x2f, 0xf9, 0x33, 0x30,
|
|
|
|
0x8d, 0xad, 0x91, 0x39, 0xcf, 0xa4, 0x51, 0x79, 0xba, 0x68, 0x8c, 0x28, 0x57, 0xd2, 0x48, 0x7c,
|
|
|
|
0xd4, 0x8e, 0x92, 0x63, 0xb8, 0xb5, 0x32, 0xb1, 0xb1, 0x9a, 0xb2, 0x2f, 0x96, 0x69, 0x43, 0xe6,
|
|
|
|
0x70, 0xbb, 0x76, 0xe8, 0x5c, 0x0a, 0xcd, 0xf0, 0x19, 0x8c, 0xe2, 0xd4, 0xf0, 0x6b, 0x16, 0xa0,
|
|
|
|
0x19, 0x9a, 0xdf, 0xa4, 0x95, 0x45, 0x1e, 0xc2, 0xe4, 0xbd, 0xbc, 0xe2, 0x9f, 0x8a, 0x0e, 0x60,
|
|
|
|
0x97, 0xce, 0x44, 0x9c, 0x64, 0x4d, 0xba, 0xb3, 0xc8, 0x19, 0x9c, 0x76, 0xd3, 0x1d, 0x9e, 0x44,
|
|
|
|
0x80, 0x3f, 0x58, 0xa6, 0x8a, 0x55, 0x2a, 0x15, 0x6b, 0x28, 0x01, 0x1c, 0xe6, 0x36, 0xd9, 0xb2,
|
|
|
|
0x42, 0x07, 0x68, 0x76, 0x30, 0xf7, 0x69, 0x6d, 0x92, 0x6f, 0x1e, 0x4c, 0x3a, 0x05, 0xd5, 0x98,
|
|
|
|
0x6f, 0xe1, 0x50, 0x31, 0x6d, 0x33, 0xe3, 0x2a, 0xc6, 0xcb, 0x47, 0x51, 0x7b, 0xd3, 0x68, 0x4f,
|
|
|
|
0x4d, 0xf4, 0x86, 0x59, 0xc5, 0xb5, 0xe1, 0x29, 0x2d, 0x2b, 0x69, 0x4d, 0x08, 0x7f, 0x20, 0x38,
|
|
|
|
0xee, 0x05, 0xf1, 0x14, 0xfc, 0x4d, 0xed, 0x2a, 0x77, 0xf3, 0xe9, 0x6f, 0x07, 0xbe, 0x84, 0x91,
|
|
|
|
0x2e, 0xe1, 0x81, 0x57, 0x76, 0x7f, 0xf1, 0xcf, 0xdd, 0x23, 0x17, 0x7e, 0x2d, 0x8c, 0x2a, 0x68,
|
|
|
|
0x05, 0x0b, 0x9f, 0xc1, 0xb8, 0xe5, 0xc6, 0x27, 0x70, 0xb0, 0x65, 0x45, 0xd5, 0x7d, 0xf7, 0x89,
|
|
|
|
0x4f, 0xe1, 0xc6, 0x75, 0x9c, 0x59, 0x16, 0x78, 0x33, 0x34, 0x47, 0xd4, 0x19, 0xcf, 0xbd, 0xa7,
|
|
|
|
0x88, 0x7c, 0x47, 0x70, 0xb2, 0x62, 0xa6, 0x7b, 0xd7, 0xe1, 0x25, 0x2e, 0x7a, 0x4b, 0x3c, 0xe8,
|
|
|
|
0x2e, 0xd1, 0xa7, 0xfd, 0xef, 0x89, 0x27, 0x70, 0xa7, 0xd5, 0xc2, 0x5d, 0x69, 0xf9, 0xd3, 0x03,
|
|
|
|
0xff, 0x65, 0x3d, 0x05, 0x7e, 0x05, 0x23, 0xa7, 0x1f, 0x7c, 0xb7, 0x37, 0x5b, 0x5b, 0x84, 0xe1,
|
|
|
|
0x74, 0x7f, 0xb0, 0x92, 0xca, 0x25, 0x1c, 0xb5, 0xa5, 0x88, 0xcf, 0xbb, 0xd9, 0x7b, 0x54, 0x1d,
|
|
|
|
0x92, 0xa1, 0x94, 0x0a, 0x4b, 0x61, 0xdc, 0xfa, 0xcd, 0x78, 0x36, 0xa0, 0x00, 0x07, 0x3d, 0xff,
|
|
|
|
0xab, 0x46, 0xf0, 0x3b, 0xf0, 0x9b, 0x93, 0xe0, 0x7b, 0xc3, 0xbf, 0x23, 0xbc, 0xff, 0xc7, 0xb8,
|
|
|
|
0xa3, 0x5d, 0x3c, 0xf9, 0xb8, 0x5c, 0x73, 0xb3, 0xb1, 0x49, 0x94, 0xca, 0xcf, 0x8b, 0x8c, 0xaf,
|
|
|
|
0x37, 0x46, 0x70, 0xb1, 0x16, 0xcc, 0x7c, 0x95, 0x6a, 0xbb, 0xc8, 0xc4, 0xd5, 0x22, 0x13, 0x9d,
|
|
|
|
0x47, 0x43, 0xe5, 0x69, 0x32, 0x2a, 0x1f, 0x8e, 0xc7, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xcf,
|
|
|
|
0x06, 0x7e, 0xe7, 0x58, 0x04, 0x00, 0x00,
|
2018-12-13 14:26:29 +03:00
|
|
|
}
|