2016-09-22 23:22:41 +00:00
|
|
|
// Code generated by protoc-gen-gogo.
|
|
|
|
// source: internal.proto
|
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
/*
|
|
|
|
Package internal is a generated protocol buffer package.
|
|
|
|
|
|
|
|
It is generated from these files:
|
|
|
|
internal.proto
|
|
|
|
|
|
|
|
It has these top-level messages:
|
2016-09-30 20:39:27 +00:00
|
|
|
Source
|
2016-12-13 11:07:24 +00:00
|
|
|
Dashboard
|
|
|
|
DashboardCell
|
2017-07-21 15:08:52 +00:00
|
|
|
Axis
|
2017-04-26 21:29:20 +00:00
|
|
|
Template
|
|
|
|
TemplateValue
|
|
|
|
TemplateQuery
|
2016-09-30 23:46:28 +00:00
|
|
|
Server
|
2016-10-06 04:26:39 +00:00
|
|
|
Layout
|
|
|
|
Cell
|
|
|
|
Query
|
2016-11-29 21:04:54 +00:00
|
|
|
Range
|
2016-11-04 00:44:28 +00:00
|
|
|
AlertRule
|
2016-11-17 23:57:46 +00:00
|
|
|
User
|
2016-09-22 23:22:41 +00:00
|
|
|
*/
|
|
|
|
package internal
|
|
|
|
|
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
// 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.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
2016-09-30 20:39:27 +00:00
|
|
|
type Source struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
|
|
Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"`
|
|
|
|
Username string `protobuf:"bytes,4,opt,name=Username,proto3" json:"Username,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,5,opt,name=Password,proto3" json:"Password,omitempty"`
|
|
|
|
URL string `protobuf:"bytes,6,opt,name=URL,proto3" json:"URL,omitempty"`
|
|
|
|
Default bool `protobuf:"varint,7,opt,name=Default,proto3" json:"Default,omitempty"`
|
|
|
|
Telegraf string `protobuf:"bytes,8,opt,name=Telegraf,proto3" json:"Telegraf,omitempty"`
|
|
|
|
InsecureSkipVerify bool `protobuf:"varint,9,opt,name=InsecureSkipVerify,proto3" json:"InsecureSkipVerify,omitempty"`
|
2017-02-07 23:57:51 +00:00
|
|
|
MetaURL string `protobuf:"bytes,10,opt,name=MetaURL,proto3" json:"MetaURL,omitempty"`
|
2017-07-15 01:02:13 +00:00
|
|
|
SharedSecret string `protobuf:"bytes,11,opt,name=SharedSecret,proto3" json:"SharedSecret,omitempty"`
|
2016-09-30 20:39:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Source) Reset() { *m = Source{} }
|
|
|
|
func (m *Source) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Source) ProtoMessage() {}
|
2017-02-01 21:05:06 +00:00
|
|
|
func (*Source) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{0} }
|
2016-09-30 20:39:27 +00:00
|
|
|
|
2016-12-13 11:07:24 +00:00
|
|
|
type Dashboard struct {
|
2017-04-26 21:29:20 +00:00
|
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
|
|
Cells []*DashboardCell `protobuf:"bytes,3,rep,name=cells" json:"cells,omitempty"`
|
|
|
|
Templates []*Template `protobuf:"bytes,4,rep,name=templates" json:"templates,omitempty"`
|
2016-12-13 11:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Dashboard) Reset() { *m = Dashboard{} }
|
|
|
|
func (m *Dashboard) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Dashboard) ProtoMessage() {}
|
2017-02-01 21:05:06 +00:00
|
|
|
func (*Dashboard) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{1} }
|
2016-12-13 11:07:24 +00:00
|
|
|
|
|
|
|
func (m *Dashboard) GetCells() []*DashboardCell {
|
|
|
|
if m != nil {
|
|
|
|
return m.Cells
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-04-26 21:29:20 +00:00
|
|
|
func (m *Dashboard) GetTemplates() []*Template {
|
|
|
|
if m != nil {
|
|
|
|
return m.Templates
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2016-12-13 11:07:24 +00:00
|
|
|
type DashboardCell struct {
|
2017-07-21 15:08:52 +00:00
|
|
|
X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
|
|
|
|
Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
|
|
|
|
W int32 `protobuf:"varint,3,opt,name=w,proto3" json:"w,omitempty"`
|
|
|
|
H int32 `protobuf:"varint,4,opt,name=h,proto3" json:"h,omitempty"`
|
|
|
|
Queries []*Query `protobuf:"bytes,5,rep,name=queries" json:"queries,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
ID string `protobuf:"bytes,8,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Axes map[string]*Axis `protobuf:"bytes,9,rep,name=axes" json:"axes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
|
2016-12-13 11:07:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DashboardCell) Reset() { *m = DashboardCell{} }
|
|
|
|
func (m *DashboardCell) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DashboardCell) ProtoMessage() {}
|
2017-02-01 21:05:06 +00:00
|
|
|
func (*DashboardCell) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{2} }
|
2016-12-13 11:07:24 +00:00
|
|
|
|
2017-01-27 12:29:38 +00:00
|
|
|
func (m *DashboardCell) GetQueries() []*Query {
|
|
|
|
if m != nil {
|
|
|
|
return m.Queries
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-07-21 15:08:52 +00:00
|
|
|
func (m *DashboardCell) GetAxes() map[string]*Axis {
|
2017-07-19 14:27:21 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Axes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-07-21 15:08:52 +00:00
|
|
|
type Axis struct {
|
2017-07-26 19:45:17 +00:00
|
|
|
LegacyBounds []int64 `protobuf:"varint,1,rep,name=legacyBounds" json:"legacyBounds,omitempty"`
|
|
|
|
Bounds []string `protobuf:"bytes,2,rep,name=bounds" json:"bounds,omitempty"`
|
2017-08-02 15:12:47 +00:00
|
|
|
Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
|
2017-07-19 14:27:21 +00:00
|
|
|
}
|
|
|
|
|
2017-07-21 15:08:52 +00:00
|
|
|
func (m *Axis) Reset() { *m = Axis{} }
|
|
|
|
func (m *Axis) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Axis) ProtoMessage() {}
|
|
|
|
func (*Axis) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{3} }
|
2017-07-19 14:27:21 +00:00
|
|
|
|
2017-04-26 21:29:20 +00:00
|
|
|
type Template struct {
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
TempVar string `protobuf:"bytes,2,opt,name=temp_var,json=tempVar,proto3" json:"temp_var,omitempty"`
|
|
|
|
Values []*TemplateValue `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
|
|
|
|
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
|
|
|
|
Query *TemplateQuery `protobuf:"bytes,6,opt,name=query" json:"query,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Template) Reset() { *m = Template{} }
|
|
|
|
func (m *Template) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Template) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Template) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{4} }
|
2017-04-26 21:29:20 +00:00
|
|
|
|
|
|
|
func (m *Template) GetValues() []*TemplateValue {
|
|
|
|
if m != nil {
|
|
|
|
return m.Values
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Template) GetQuery() *TemplateQuery {
|
|
|
|
if m != nil {
|
|
|
|
return m.Query
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type TemplateValue struct {
|
|
|
|
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
|
Selected bool `protobuf:"varint,3,opt,name=selected,proto3" json:"selected,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TemplateValue) Reset() { *m = TemplateValue{} }
|
|
|
|
func (m *TemplateValue) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TemplateValue) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*TemplateValue) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{5} }
|
2017-04-26 21:29:20 +00:00
|
|
|
|
|
|
|
type TemplateQuery struct {
|
|
|
|
Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
|
|
|
|
Db string `protobuf:"bytes,2,opt,name=db,proto3" json:"db,omitempty"`
|
|
|
|
Rp string `protobuf:"bytes,3,opt,name=rp,proto3" json:"rp,omitempty"`
|
|
|
|
Measurement string `protobuf:"bytes,4,opt,name=measurement,proto3" json:"measurement,omitempty"`
|
|
|
|
TagKey string `protobuf:"bytes,5,opt,name=tag_key,json=tagKey,proto3" json:"tag_key,omitempty"`
|
|
|
|
FieldKey string `protobuf:"bytes,6,opt,name=field_key,json=fieldKey,proto3" json:"field_key,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TemplateQuery) Reset() { *m = TemplateQuery{} }
|
|
|
|
func (m *TemplateQuery) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TemplateQuery) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*TemplateQuery) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{6} }
|
2017-04-26 21:29:20 +00:00
|
|
|
|
2016-09-30 23:46:28 +00:00
|
|
|
type Server struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
|
|
Username string `protobuf:"bytes,3,opt,name=Username,proto3" json:"Username,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,4,opt,name=Password,proto3" json:"Password,omitempty"`
|
|
|
|
URL string `protobuf:"bytes,5,opt,name=URL,proto3" json:"URL,omitempty"`
|
|
|
|
SrcID int64 `protobuf:"varint,6,opt,name=SrcID,proto3" json:"SrcID,omitempty"`
|
2017-04-20 23:15:37 +00:00
|
|
|
Active bool `protobuf:"varint,7,opt,name=Active,proto3" json:"Active,omitempty"`
|
2016-09-30 23:46:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Server) Reset() { *m = Server{} }
|
|
|
|
func (m *Server) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Server) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Server) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{7} }
|
2016-09-30 23:46:28 +00:00
|
|
|
|
2016-10-06 04:26:39 +00:00
|
|
|
type Layout struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Application string `protobuf:"bytes,2,opt,name=Application,proto3" json:"Application,omitempty"`
|
|
|
|
Measurement string `protobuf:"bytes,3,opt,name=Measurement,proto3" json:"Measurement,omitempty"`
|
|
|
|
Cells []*Cell `protobuf:"bytes,4,rep,name=Cells" json:"Cells,omitempty"`
|
|
|
|
Autoflow bool `protobuf:"varint,5,opt,name=Autoflow,proto3" json:"Autoflow,omitempty"`
|
2016-10-06 04:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Layout) Reset() { *m = Layout{} }
|
|
|
|
func (m *Layout) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Layout) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Layout) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{8} }
|
2016-10-06 04:26:39 +00:00
|
|
|
|
|
|
|
func (m *Layout) GetCells() []*Cell {
|
|
|
|
if m != nil {
|
|
|
|
return m.Cells
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type Cell struct {
|
2017-07-24 22:30:53 +00:00
|
|
|
X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
|
|
|
|
Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
|
|
|
|
W int32 `protobuf:"varint,3,opt,name=w,proto3" json:"w,omitempty"`
|
|
|
|
H int32 `protobuf:"varint,4,opt,name=h,proto3" json:"h,omitempty"`
|
|
|
|
Queries []*Query `protobuf:"bytes,5,rep,name=queries" json:"queries,omitempty"`
|
|
|
|
I string `protobuf:"bytes,6,opt,name=i,proto3" json:"i,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Yranges []int64 `protobuf:"varint,8,rep,name=yranges" json:"yranges,omitempty"`
|
|
|
|
Ylabels []string `protobuf:"bytes,9,rep,name=ylabels" json:"ylabels,omitempty"`
|
|
|
|
Type string `protobuf:"bytes,10,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
Axes map[string]*Axis `protobuf:"bytes,11,rep,name=axes" json:"axes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
|
2016-10-06 04:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Cell) Reset() { *m = Cell{} }
|
|
|
|
func (m *Cell) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Cell) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Cell) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{9} }
|
2016-10-06 04:26:39 +00:00
|
|
|
|
|
|
|
func (m *Cell) GetQueries() []*Query {
|
|
|
|
if m != nil {
|
|
|
|
return m.Queries
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-07-24 22:30:53 +00:00
|
|
|
func (m *Cell) GetAxes() map[string]*Axis {
|
|
|
|
if m != nil {
|
|
|
|
return m.Axes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2016-10-06 04:26:39 +00:00
|
|
|
type Query struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
Command string `protobuf:"bytes,1,opt,name=Command,proto3" json:"Command,omitempty"`
|
|
|
|
DB string `protobuf:"bytes,2,opt,name=DB,proto3" json:"DB,omitempty"`
|
|
|
|
RP string `protobuf:"bytes,3,opt,name=RP,proto3" json:"RP,omitempty"`
|
|
|
|
GroupBys []string `protobuf:"bytes,4,rep,name=GroupBys" json:"GroupBys,omitempty"`
|
|
|
|
Wheres []string `protobuf:"bytes,5,rep,name=Wheres" json:"Wheres,omitempty"`
|
|
|
|
Label string `protobuf:"bytes,6,opt,name=Label,proto3" json:"Label,omitempty"`
|
|
|
|
Range *Range `protobuf:"bytes,7,opt,name=Range" json:"Range,omitempty"`
|
2016-10-06 04:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Query) Reset() { *m = Query{} }
|
|
|
|
func (m *Query) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Query) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Query) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{10} }
|
2016-10-06 04:26:39 +00:00
|
|
|
|
2016-11-29 21:04:54 +00:00
|
|
|
func (m *Query) GetRange() *Range {
|
|
|
|
if m != nil {
|
|
|
|
return m.Range
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type Range struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
Upper int64 `protobuf:"varint,1,opt,name=Upper,proto3" json:"Upper,omitempty"`
|
|
|
|
Lower int64 `protobuf:"varint,2,opt,name=Lower,proto3" json:"Lower,omitempty"`
|
2016-11-29 21:04:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Range) Reset() { *m = Range{} }
|
|
|
|
func (m *Range) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Range) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*Range) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{11} }
|
2016-11-29 21:04:54 +00:00
|
|
|
|
2016-11-04 00:44:28 +00:00
|
|
|
type AlertRule struct {
|
2017-01-27 12:29:38 +00:00
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
JSON string `protobuf:"bytes,2,opt,name=JSON,proto3" json:"JSON,omitempty"`
|
|
|
|
SrcID int64 `protobuf:"varint,3,opt,name=SrcID,proto3" json:"SrcID,omitempty"`
|
|
|
|
KapaID int64 `protobuf:"varint,4,opt,name=KapaID,proto3" json:"KapaID,omitempty"`
|
2016-11-04 00:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AlertRule) Reset() { *m = AlertRule{} }
|
|
|
|
func (m *AlertRule) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*AlertRule) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*AlertRule) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{12} }
|
2016-11-04 00:44:28 +00:00
|
|
|
|
2016-11-17 23:57:46 +00:00
|
|
|
type User struct {
|
2017-02-17 19:37:00 +00:00
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
2016-11-17 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *User) Reset() { *m = User{} }
|
|
|
|
func (m *User) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*User) ProtoMessage() {}
|
2017-07-19 14:27:21 +00:00
|
|
|
func (*User) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{13} }
|
2016-11-17 23:57:46 +00:00
|
|
|
|
2016-09-22 23:22:41 +00:00
|
|
|
func init() {
|
2016-09-30 20:39:27 +00:00
|
|
|
proto.RegisterType((*Source)(nil), "internal.Source")
|
2016-12-13 11:07:24 +00:00
|
|
|
proto.RegisterType((*Dashboard)(nil), "internal.Dashboard")
|
|
|
|
proto.RegisterType((*DashboardCell)(nil), "internal.DashboardCell")
|
2017-07-21 15:08:52 +00:00
|
|
|
proto.RegisterType((*Axis)(nil), "internal.Axis")
|
2017-04-26 21:29:20 +00:00
|
|
|
proto.RegisterType((*Template)(nil), "internal.Template")
|
|
|
|
proto.RegisterType((*TemplateValue)(nil), "internal.TemplateValue")
|
|
|
|
proto.RegisterType((*TemplateQuery)(nil), "internal.TemplateQuery")
|
2016-09-30 23:46:28 +00:00
|
|
|
proto.RegisterType((*Server)(nil), "internal.Server")
|
2016-10-06 04:26:39 +00:00
|
|
|
proto.RegisterType((*Layout)(nil), "internal.Layout")
|
|
|
|
proto.RegisterType((*Cell)(nil), "internal.Cell")
|
|
|
|
proto.RegisterType((*Query)(nil), "internal.Query")
|
2016-11-29 21:04:54 +00:00
|
|
|
proto.RegisterType((*Range)(nil), "internal.Range")
|
2016-11-04 00:44:28 +00:00
|
|
|
proto.RegisterType((*AlertRule)(nil), "internal.AlertRule")
|
2016-11-17 23:57:46 +00:00
|
|
|
proto.RegisterType((*User)(nil), "internal.User")
|
2016-09-22 23:22:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("internal.proto", fileDescriptorInternal) }
|
|
|
|
|
|
|
|
var fileDescriptorInternal = []byte{
|
2017-07-24 22:30:53 +00:00
|
|
|
// 985 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xbc, 0x56, 0xcd, 0x6e, 0x23, 0x45,
|
|
|
|
0x10, 0x56, 0xcf, 0x8f, 0xed, 0x29, 0x67, 0x03, 0x6a, 0xad, 0xd8, 0x61, 0xb9, 0x98, 0x11, 0x48,
|
|
|
|
0x06, 0x41, 0x40, 0xbb, 0x42, 0x42, 0xdc, 0x9c, 0x18, 0xad, 0x42, 0xb2, 0x4b, 0x68, 0x27, 0x81,
|
|
|
|
0x0b, 0x5a, 0xb5, 0xc7, 0x95, 0x64, 0xb4, 0x63, 0xcf, 0xd0, 0x33, 0x13, 0x7b, 0xde, 0x82, 0x27,
|
|
|
|
0x40, 0x42, 0xe2, 0xc4, 0x81, 0x03, 0x2f, 0xc0, 0x9d, 0xa7, 0x42, 0xd5, 0xdd, 0x33, 0x1e, 0xb3,
|
|
|
|
0x59, 0xb4, 0x17, 0xf6, 0xd6, 0x5f, 0x55, 0xbb, 0xba, 0xe6, 0xab, 0xfa, 0x3e, 0x19, 0xf6, 0x93,
|
|
|
|
0x55, 0x89, 0x6a, 0x25, 0xd3, 0x83, 0x5c, 0x65, 0x65, 0xc6, 0x07, 0x0d, 0x8e, 0xfe, 0x70, 0xa0,
|
|
|
|
0x37, 0xcb, 0x2a, 0x15, 0x23, 0xdf, 0x07, 0xe7, 0x78, 0x1a, 0xb2, 0x11, 0x1b, 0xbb, 0xc2, 0x39,
|
|
|
|
0x9e, 0x72, 0x0e, 0xde, 0x33, 0xb9, 0xc4, 0xd0, 0x19, 0xb1, 0x71, 0x20, 0xf4, 0x99, 0x62, 0xe7,
|
|
|
|
0x75, 0x8e, 0xa1, 0x6b, 0x62, 0x74, 0xe6, 0x0f, 0x61, 0x70, 0x51, 0x50, 0xb5, 0x25, 0x86, 0x9e,
|
|
|
|
0x8e, 0xb7, 0x98, 0x72, 0x67, 0xb2, 0x28, 0xd6, 0x99, 0x5a, 0x84, 0xbe, 0xc9, 0x35, 0x98, 0xbf,
|
|
|
|
0x0d, 0xee, 0x85, 0x38, 0x0d, 0x7b, 0x3a, 0x4c, 0x47, 0x1e, 0x42, 0x7f, 0x8a, 0x57, 0xb2, 0x4a,
|
|
|
|
0xcb, 0xb0, 0x3f, 0x62, 0xe3, 0x81, 0x68, 0x20, 0xd5, 0x39, 0xc7, 0x14, 0xaf, 0x95, 0xbc, 0x0a,
|
|
|
|
0x07, 0xa6, 0x4e, 0x83, 0xf9, 0x01, 0xf0, 0xe3, 0x55, 0x81, 0x71, 0xa5, 0x70, 0xf6, 0x22, 0xc9,
|
|
|
|
0x2f, 0x51, 0x25, 0x57, 0x75, 0x18, 0xe8, 0x02, 0x77, 0x64, 0xe8, 0x95, 0xa7, 0x58, 0x4a, 0x7a,
|
|
|
|
0x1b, 0x74, 0xa9, 0x06, 0xf2, 0x08, 0xf6, 0x66, 0x37, 0x52, 0xe1, 0x62, 0x86, 0xb1, 0xc2, 0x32,
|
|
|
|
0x1c, 0xea, 0xf4, 0x4e, 0x2c, 0xfa, 0x99, 0x41, 0x30, 0x95, 0xc5, 0xcd, 0x3c, 0x93, 0x6a, 0xf1,
|
|
|
|
0x5a, 0x9c, 0x7d, 0x0a, 0x7e, 0x8c, 0x69, 0x5a, 0x84, 0xee, 0xc8, 0x1d, 0x0f, 0x1f, 0x3d, 0x38,
|
|
|
|
0x68, 0x87, 0xd1, 0xd6, 0x39, 0xc2, 0x34, 0x15, 0xe6, 0x16, 0xff, 0x1c, 0x82, 0x12, 0x97, 0x79,
|
|
|
|
0x2a, 0x4b, 0x2c, 0x42, 0x4f, 0xff, 0x84, 0x6f, 0x7f, 0x72, 0x6e, 0x53, 0x62, 0x7b, 0x29, 0xfa,
|
|
|
|
0xdd, 0x81, 0x7b, 0x3b, 0xa5, 0xf8, 0x1e, 0xb0, 0x8d, 0xee, 0xca, 0x17, 0x6c, 0x43, 0xa8, 0xd6,
|
|
|
|
0x1d, 0xf9, 0x82, 0xd5, 0x84, 0xd6, 0x7a, 0x7e, 0xbe, 0x60, 0x6b, 0x42, 0x37, 0x7a, 0x6a, 0xbe,
|
|
|
|
0x60, 0x37, 0xfc, 0x23, 0xe8, 0xff, 0x54, 0xa1, 0x4a, 0xb0, 0x08, 0x7d, 0xfd, 0xf2, 0x5b, 0xdb,
|
|
|
|
0x97, 0xbf, 0xab, 0x50, 0xd5, 0xa2, 0xc9, 0xd3, 0x97, 0xea, 0x89, 0x9b, 0xf1, 0xe9, 0x33, 0xc5,
|
|
|
|
0x4a, 0xda, 0x8e, 0xbe, 0x89, 0xd1, 0xd9, 0x32, 0x64, 0x66, 0x46, 0x0c, 0x7d, 0x01, 0x9e, 0xdc,
|
|
|
|
0x60, 0x11, 0x06, 0xba, 0xfe, 0xfb, 0xaf, 0x20, 0xe3, 0x60, 0xb2, 0xc1, 0xe2, 0xeb, 0x55, 0xa9,
|
|
|
|
0x6a, 0xa1, 0xaf, 0x3f, 0x7c, 0x02, 0x41, 0x1b, 0xa2, 0xcd, 0x79, 0x81, 0xb5, 0xfe, 0xc0, 0x40,
|
|
|
|
0xd0, 0x91, 0x7f, 0x00, 0xfe, 0xad, 0x4c, 0x2b, 0x43, 0xfc, 0xf0, 0xd1, 0xfe, 0xb6, 0xec, 0x64,
|
|
|
|
0x93, 0x14, 0xc2, 0x24, 0xbf, 0x72, 0xbe, 0x64, 0xd1, 0x0f, 0xe0, 0x51, 0x88, 0x66, 0x9d, 0xe2,
|
|
|
|
0xb5, 0x8c, 0xeb, 0xc3, 0xac, 0x5a, 0x2d, 0x8a, 0x90, 0x8d, 0xdc, 0xb1, 0x2b, 0x76, 0x62, 0xfc,
|
|
|
|
0x1d, 0xe8, 0xcd, 0x4d, 0xd6, 0x19, 0xb9, 0xe3, 0x40, 0x58, 0xc4, 0xef, 0x83, 0x9f, 0xca, 0x39,
|
|
|
|
0xa6, 0x56, 0x06, 0x06, 0x44, 0x7f, 0x31, 0x5a, 0x52, 0x33, 0x94, 0xce, 0x62, 0x98, 0xcf, 0x7e,
|
|
|
|
0x17, 0x06, 0x34, 0xb0, 0xe7, 0xb7, 0x52, 0xd9, 0xe5, 0xe8, 0x13, 0xbe, 0x94, 0x8a, 0x7f, 0x06,
|
|
|
|
0x3d, 0xdd, 0xde, 0x1d, 0x0b, 0xd2, 0x94, 0xbb, 0xa4, 0xbc, 0xb0, 0xd7, 0x5a, 0x9a, 0xbd, 0x0e,
|
|
|
|
0xcd, 0x6d, 0x4b, 0x7e, 0xa7, 0x25, 0x5a, 0x3d, 0x9a, 0x57, 0xad, 0xa7, 0x74, 0x67, 0x65, 0x33,
|
|
|
|
0x55, 0x73, 0x2b, 0xba, 0x80, 0x7b, 0x3b, 0x2f, 0xb6, 0x2f, 0xb1, 0xdd, 0x97, 0xb6, 0x54, 0x07,
|
|
|
|
0x96, 0x5a, 0x12, 0x68, 0x81, 0x29, 0xc6, 0x25, 0x2e, 0x34, 0x2b, 0x03, 0xd1, 0xe2, 0xe8, 0x57,
|
|
|
|
0xb6, 0xad, 0xab, 0xdf, 0x23, 0x09, 0xc6, 0xd9, 0x72, 0x29, 0x57, 0x0b, 0x5b, 0xba, 0x81, 0xc4,
|
|
|
|
0xdb, 0x62, 0x6e, 0x4b, 0x3b, 0x8b, 0x39, 0x61, 0x95, 0x5b, 0x9e, 0x1d, 0x95, 0xf3, 0x11, 0x0c,
|
|
|
|
0x97, 0x28, 0x8b, 0x4a, 0xe1, 0x12, 0x57, 0xa5, 0xa5, 0xa0, 0x1b, 0xe2, 0x0f, 0xa0, 0x5f, 0xca,
|
|
|
|
0xeb, 0xe7, 0xb4, 0x20, 0x86, 0x8b, 0x5e, 0x29, 0xaf, 0x4f, 0xb0, 0xe6, 0xef, 0x41, 0x70, 0x95,
|
|
|
|
0x60, 0xba, 0xd0, 0x29, 0xb3, 0xb6, 0x03, 0x1d, 0x38, 0xc1, 0x3a, 0xfa, 0x8d, 0x41, 0x6f, 0x86,
|
|
|
|
0xea, 0x16, 0xd5, 0x6b, 0x69, 0xba, 0xeb, 0x79, 0xee, 0x7f, 0x78, 0x9e, 0x77, 0xb7, 0xe7, 0xf9,
|
|
|
|
0x5b, 0xcf, 0xbb, 0x0f, 0xfe, 0x4c, 0xc5, 0xc7, 0x53, 0xdd, 0x91, 0x2b, 0x0c, 0xa0, 0xcd, 0x9b,
|
|
|
|
0xc4, 0x65, 0x72, 0x8b, 0xd6, 0x08, 0x2d, 0x8a, 0x7e, 0x61, 0xd0, 0x3b, 0x95, 0x75, 0x56, 0x95,
|
|
|
|
0x2f, 0x6d, 0xd8, 0x08, 0x86, 0x93, 0x3c, 0x4f, 0x93, 0x58, 0x96, 0x49, 0xb6, 0xb2, 0xdd, 0x76,
|
|
|
|
0x43, 0x74, 0xe3, 0x69, 0x87, 0x3b, 0xd3, 0x77, 0x37, 0x44, 0x32, 0x3a, 0xd2, 0x56, 0x65, 0x7c,
|
|
|
|
0xa7, 0x23, 0x23, 0xe3, 0x50, 0x3a, 0x49, 0x1f, 0x38, 0xa9, 0xca, 0xec, 0x2a, 0xcd, 0xd6, 0xfa,
|
|
|
|
0x4b, 0x06, 0xa2, 0xc5, 0xd1, 0xdf, 0x0e, 0x78, 0x6f, 0xca, 0x82, 0xf6, 0x80, 0x25, 0x76, 0x90,
|
|
|
|
0x2c, 0x69, 0x0d, 0xa9, 0xdf, 0x31, 0xa4, 0x10, 0xfa, 0xb5, 0x92, 0xab, 0x6b, 0x2c, 0xc2, 0x81,
|
|
|
|
0xd6, 0x77, 0x03, 0x75, 0x46, 0x6b, 0xc4, 0x38, 0x51, 0x20, 0x1a, 0xd8, 0xee, 0x3c, 0x74, 0x76,
|
|
|
|
0xfe, 0x13, 0x6b, 0x5a, 0x43, 0xdd, 0x51, 0xb8, 0x4b, 0xcb, 0xff, 0xe7, 0x55, 0x7f, 0x32, 0xf0,
|
|
|
|
0x5b, 0xc1, 0x1c, 0xed, 0x0a, 0xe6, 0x68, 0x2b, 0x98, 0xe9, 0x61, 0x23, 0x98, 0xe9, 0x21, 0x61,
|
|
|
|
0x71, 0xd6, 0x08, 0x46, 0x9c, 0xd1, 0xb0, 0x9e, 0xa8, 0xac, 0xca, 0x0f, 0x6b, 0x33, 0xd5, 0x40,
|
|
|
|
0xb4, 0x98, 0xb6, 0xec, 0xfb, 0x1b, 0x54, 0x96, 0xea, 0x40, 0x58, 0x44, 0x3b, 0x79, 0xaa, 0xcd,
|
|
|
|
0xc4, 0x90, 0x6b, 0x00, 0xff, 0x10, 0x7c, 0x41, 0xe4, 0x69, 0x86, 0x77, 0xe6, 0xa2, 0xc3, 0xc2,
|
|
|
|
0x64, 0xa3, 0xc7, 0xf6, 0x1a, 0x55, 0xb9, 0xc8, 0x73, 0x54, 0x56, 0x4a, 0x06, 0xe8, 0xda, 0xd9,
|
|
|
|
0x1a, 0x8d, 0x0b, 0xba, 0xc2, 0x80, 0xe8, 0x47, 0x08, 0x26, 0x29, 0xaa, 0x52, 0x54, 0xe9, 0xcb,
|
|
|
|
0xde, 0xc9, 0xc1, 0xfb, 0x66, 0xf6, 0xed, 0xb3, 0x46, 0x80, 0x74, 0xde, 0xca, 0xc6, 0xfd, 0x97,
|
|
|
|
0x6c, 0x4e, 0x64, 0x2e, 0x8f, 0xa7, 0x7a, 0x9f, 0x5c, 0x61, 0x51, 0xf4, 0x31, 0x78, 0x24, 0xcf,
|
|
|
|
0x4e, 0x65, 0xef, 0x55, 0xd2, 0x9e, 0xf7, 0xf4, 0x5f, 0xa4, 0xc7, 0xff, 0x04, 0x00, 0x00, 0xff,
|
|
|
|
0xff, 0x5a, 0xf0, 0x92, 0xd4, 0x34, 0x09, 0x00, 0x00,
|
2016-09-22 23:22:41 +00:00
|
|
|
}
|