173 lines
8.9 KiB
Go
173 lines
8.9 KiB
Go
// 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:
|
|
Exploration
|
|
Source
|
|
Server
|
|
Layout
|
|
Cell
|
|
Query
|
|
*/
|
|
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
|
|
|
|
type Exploration struct {
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
|
|
UserID int64 `protobuf:"varint,3,opt,name=UserID,json=userID,proto3" json:"UserID,omitempty"`
|
|
Data string `protobuf:"bytes,4,opt,name=Data,json=data,proto3" json:"Data,omitempty"`
|
|
CreatedAt int64 `protobuf:"varint,5,opt,name=CreatedAt,json=createdAt,proto3" json:"CreatedAt,omitempty"`
|
|
UpdatedAt int64 `protobuf:"varint,6,opt,name=UpdatedAt,json=updatedAt,proto3" json:"UpdatedAt,omitempty"`
|
|
Default bool `protobuf:"varint,7,opt,name=Default,json=default,proto3" json:"Default,omitempty"`
|
|
}
|
|
|
|
func (m *Exploration) Reset() { *m = Exploration{} }
|
|
func (m *Exploration) String() string { return proto.CompactTextString(m) }
|
|
func (*Exploration) ProtoMessage() {}
|
|
func (*Exploration) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{0} }
|
|
|
|
type Source struct {
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
|
|
Type string `protobuf:"bytes,3,opt,name=Type,json=type,proto3" json:"Type,omitempty"`
|
|
Username string `protobuf:"bytes,4,opt,name=Username,json=username,proto3" json:"Username,omitempty"`
|
|
Password string `protobuf:"bytes,5,opt,name=Password,json=password,proto3" json:"Password,omitempty"`
|
|
URLs []string `protobuf:"bytes,6,rep,name=URLs,json=uRLs" json:"URLs,omitempty"`
|
|
Default bool `protobuf:"varint,7,opt,name=Default,json=default,proto3" json:"Default,omitempty"`
|
|
}
|
|
|
|
func (m *Source) Reset() { *m = Source{} }
|
|
func (m *Source) String() string { return proto.CompactTextString(m) }
|
|
func (*Source) ProtoMessage() {}
|
|
func (*Source) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{1} }
|
|
|
|
type Server struct {
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
|
|
Username string `protobuf:"bytes,3,opt,name=Username,json=username,proto3" json:"Username,omitempty"`
|
|
Password string `protobuf:"bytes,4,opt,name=Password,json=password,proto3" json:"Password,omitempty"`
|
|
URL string `protobuf:"bytes,5,opt,name=URL,json=uRL,proto3" json:"URL,omitempty"`
|
|
SrcID int64 `protobuf:"varint,6,opt,name=SrcID,json=srcID,proto3" json:"SrcID,omitempty"`
|
|
}
|
|
|
|
func (m *Server) Reset() { *m = Server{} }
|
|
func (m *Server) String() string { return proto.CompactTextString(m) }
|
|
func (*Server) ProtoMessage() {}
|
|
func (*Server) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{2} }
|
|
|
|
type Layout struct {
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
|
|
Application string `protobuf:"bytes,2,opt,name=Application,json=application,proto3" json:"Application,omitempty"`
|
|
Measurement string `protobuf:"bytes,3,opt,name=Measurement,json=measurement,proto3" json:"Measurement,omitempty"`
|
|
Cells []*Cell `protobuf:"bytes,4,rep,name=Cells,json=cells" json:"Cells,omitempty"`
|
|
}
|
|
|
|
func (m *Layout) Reset() { *m = Layout{} }
|
|
func (m *Layout) String() string { return proto.CompactTextString(m) }
|
|
func (*Layout) ProtoMessage() {}
|
|
func (*Layout) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{3} }
|
|
|
|
func (m *Layout) GetCells() []*Cell {
|
|
if m != nil {
|
|
return m.Cells
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Cell struct {
|
|
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"`
|
|
}
|
|
|
|
func (m *Cell) Reset() { *m = Cell{} }
|
|
func (m *Cell) String() string { return proto.CompactTextString(m) }
|
|
func (*Cell) ProtoMessage() {}
|
|
func (*Cell) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{4} }
|
|
|
|
func (m *Cell) GetQueries() []*Query {
|
|
if m != nil {
|
|
return m.Queries
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Query struct {
|
|
Command string `protobuf:"bytes,1,opt,name=Command,json=command,proto3" json:"Command,omitempty"`
|
|
DB string `protobuf:"bytes,2,opt,name=DB,json=dB,proto3" json:"DB,omitempty"`
|
|
RP string `protobuf:"bytes,3,opt,name=RP,json=rP,proto3" json:"RP,omitempty"`
|
|
}
|
|
|
|
func (m *Query) Reset() { *m = Query{} }
|
|
func (m *Query) String() string { return proto.CompactTextString(m) }
|
|
func (*Query) ProtoMessage() {}
|
|
func (*Query) Descriptor() ([]byte, []int) { return fileDescriptorInternal, []int{5} }
|
|
|
|
func init() {
|
|
proto.RegisterType((*Exploration)(nil), "internal.Exploration")
|
|
proto.RegisterType((*Source)(nil), "internal.Source")
|
|
proto.RegisterType((*Server)(nil), "internal.Server")
|
|
proto.RegisterType((*Layout)(nil), "internal.Layout")
|
|
proto.RegisterType((*Cell)(nil), "internal.Cell")
|
|
proto.RegisterType((*Query)(nil), "internal.Query")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("internal.proto", fileDescriptorInternal) }
|
|
|
|
var fileDescriptorInternal = []byte{
|
|
// 454 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x8e, 0xd3, 0x3e,
|
|
0x10, 0xc7, 0xe5, 0x26, 0x4e, 0x13, 0xe7, 0xa7, 0xfe, 0x90, 0x85, 0x90, 0x85, 0x38, 0x44, 0x11,
|
|
0x87, 0x72, 0xd9, 0x03, 0x3c, 0x41, 0xb7, 0xe1, 0x50, 0x29, 0xa0, 0xe2, 0xa5, 0x0f, 0x60, 0x92,
|
|
0x41, 0x1b, 0x29, 0xff, 0x70, 0x6c, 0xda, 0x5c, 0x39, 0xf3, 0x1c, 0xbc, 0x00, 0x2f, 0x88, 0xc6,
|
|
0x75, 0xe9, 0x8a, 0xc3, 0x6a, 0x8f, 0x9f, 0xf9, 0x8e, 0x3c, 0x9f, 0x71, 0x1c, 0xb6, 0x6a, 0x7a,
|
|
0x03, 0xba, 0x57, 0xed, 0xcd, 0xa8, 0x07, 0x33, 0xf0, 0xf8, 0xc2, 0xf9, 0x6f, 0xc2, 0xd2, 0xf7,
|
|
0xa7, 0xb1, 0x1d, 0xb4, 0x32, 0xcd, 0xd0, 0xf3, 0x15, 0x5b, 0xec, 0x0a, 0x41, 0x32, 0xb2, 0x0e,
|
|
0xe4, 0xa2, 0x29, 0x38, 0x67, 0xe1, 0x47, 0xd5, 0x81, 0x58, 0x64, 0x64, 0x9d, 0xc8, 0xb0, 0x57,
|
|
0x1d, 0xf0, 0x17, 0x2c, 0x3a, 0x4c, 0xa0, 0x77, 0x85, 0x08, 0x5c, 0x5f, 0x64, 0x1d, 0x61, 0x6f,
|
|
0xa1, 0x8c, 0x12, 0xe1, 0xb9, 0xb7, 0x56, 0x46, 0xf1, 0x57, 0x2c, 0xd9, 0x6a, 0x50, 0x06, 0xea,
|
|
0x8d, 0x11, 0xd4, 0xb5, 0x27, 0xd5, 0xa5, 0x80, 0xe9, 0x61, 0xac, 0x7d, 0x1a, 0x9d, 0x53, 0x7b,
|
|
0x29, 0x70, 0xc1, 0x96, 0x05, 0x7c, 0x55, 0xb6, 0x35, 0x62, 0x99, 0x91, 0x75, 0x2c, 0x97, 0xf5,
|
|
0x19, 0xf3, 0x5f, 0x84, 0x45, 0x77, 0x83, 0xd5, 0x15, 0x3c, 0x49, 0x98, 0xb3, 0xf0, 0xf3, 0x3c,
|
|
0x82, 0xd3, 0x4d, 0x64, 0x68, 0xe6, 0x11, 0xf8, 0x4b, 0x16, 0xe3, 0x12, 0x98, 0x7b, 0xe1, 0xd8,
|
|
0x7a, 0xc6, 0x6c, 0xaf, 0xa6, 0xe9, 0x38, 0xe8, 0xda, 0x39, 0x27, 0x32, 0x1e, 0x3d, 0xe3, 0x59,
|
|
0x07, 0x59, 0x4e, 0x22, 0xca, 0x02, 0x3c, 0xcb, 0xca, 0x72, 0x7a, 0x44, 0xf4, 0x27, 0x8a, 0x82,
|
|
0xfe, 0x0e, 0xfa, 0x49, 0xa2, 0x0f, 0xa5, 0x82, 0x47, 0xa4, 0xc2, 0x7f, 0xa4, 0x9e, 0xb1, 0xe0,
|
|
0x20, 0x4b, 0xef, 0x1a, 0x58, 0x59, 0xf2, 0xe7, 0x8c, 0xde, 0xe9, 0x6a, 0x57, 0xf8, 0x5b, 0xa5,
|
|
0x13, 0x42, 0xfe, 0x83, 0xb0, 0xa8, 0x54, 0xf3, 0x60, 0xcd, 0x03, 0x9d, 0xc4, 0xe9, 0x64, 0x2c,
|
|
0xdd, 0x8c, 0x63, 0xdb, 0x54, 0xee, 0x1d, 0x78, 0xab, 0x54, 0x5d, 0x4b, 0xd8, 0xf1, 0x01, 0xd4,
|
|
0x64, 0x35, 0x74, 0xd0, 0x1b, 0xef, 0x97, 0x76, 0xd7, 0x12, 0x7f, 0xcd, 0xe8, 0x16, 0xda, 0x76,
|
|
0x12, 0x61, 0x16, 0xac, 0xd3, 0xb7, 0xab, 0x9b, 0xbf, 0xcf, 0x0e, 0xcb, 0x92, 0x56, 0x18, 0xe6,
|
|
0x0d, 0x0b, 0x11, 0xf9, 0x7f, 0x8c, 0x9c, 0x9c, 0x00, 0x95, 0xe4, 0x84, 0x34, 0xbb, 0xa9, 0x54,
|
|
0x92, 0x19, 0xe9, 0xe8, 0x26, 0x50, 0x49, 0x8e, 0x48, 0xf7, 0x6e, 0x67, 0x2a, 0xc9, 0x3d, 0x7f,
|
|
0xc3, 0x96, 0xdf, 0x2c, 0xe8, 0x06, 0x26, 0x41, 0xdd, 0x9c, 0xff, 0xaf, 0x73, 0x3e, 0x59, 0xd0,
|
|
0xb3, 0xbc, 0xe4, 0xf9, 0x86, 0x51, 0x57, 0xc1, 0x2f, 0xb4, 0x1d, 0xba, 0x4e, 0xf5, 0xb5, 0x5f,
|
|
0x79, 0x59, 0x9d, 0x11, 0xef, 0xa1, 0xb8, 0xf5, 0xeb, 0x2e, 0xea, 0x5b, 0x64, 0xb9, 0xf7, 0xcb,
|
|
0x2d, 0xf4, 0xfe, 0x4b, 0xe4, 0xfe, 0x98, 0x77, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x5c,
|
|
0x8c, 0x14, 0x43, 0x03, 0x00, 0x00,
|
|
}
|