228 lines
6.9 KiB
Go
228 lines
6.9 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: config.proto
|
|
|
|
package witProtobuf
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
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.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type Config struct {
|
|
USER string `protobuf:"bytes,1,opt,name=USER,proto3" json:"USER,omitempty"`
|
|
Width int32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"`
|
|
Height int32 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
|
|
Hostname string `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"`
|
|
Debug bool `protobuf:"varint,5,opt,name=debug,proto3" json:"debug,omitempty"`
|
|
Debugtable bool `protobuf:"varint,6,opt,name=debugtable,proto3" json:"debugtable,omitempty"`
|
|
Filename string `protobuf:"bytes,7,opt,name=filename,proto3" json:"filename,omitempty"`
|
|
Accounts []*Account `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"`
|
|
Counter int32 `protobuf:"varint,9,opt,name=counter,proto3" json:"counter,omitempty"`
|
|
Errors int32 `protobuf:"varint,10,opt,name=errors,proto3" json:"errors,omitempty"`
|
|
Crashes int32 `protobuf:"varint,11,opt,name=crashes,proto3" json:"crashes,omitempty"`
|
|
Crash string `protobuf:"bytes,12,opt,name=crash,proto3" json:"crash,omitempty"`
|
|
IPv6 string `protobuf:"bytes,13,opt,name=IPv6,proto3" json:"IPv6,omitempty"`
|
|
// variables relating to the build
|
|
Dirty bool `protobuf:"varint,14,opt,name=dirty,proto3" json:"dirty,omitempty"`
|
|
Gitref string `protobuf:"bytes,15,opt,name=gitref,proto3" json:"gitref,omitempty"`
|
|
Version string `protobuf:"bytes,16,opt,name=version,proto3" json:"version,omitempty"`
|
|
Builddate int64 `protobuf:"varint,17,opt,name=builddate,proto3" json:"builddate,omitempty"`
|
|
Goversion string `protobuf:"bytes,18,opt,name=goversion,proto3" json:"goversion,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Config) Reset() { *m = Config{} }
|
|
func (m *Config) String() string { return proto.CompactTextString(m) }
|
|
func (*Config) ProtoMessage() {}
|
|
func (*Config) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_3eaf2c85e69e9ea4, []int{0}
|
|
}
|
|
|
|
func (m *Config) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Config.Unmarshal(m, b)
|
|
}
|
|
func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Config.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Config) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Config.Merge(m, src)
|
|
}
|
|
func (m *Config) XXX_Size() int {
|
|
return xxx_messageInfo_Config.Size(m)
|
|
}
|
|
func (m *Config) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Config.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Config proto.InternalMessageInfo
|
|
|
|
func (m *Config) GetUSER() string {
|
|
if m != nil {
|
|
return m.USER
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetWidth() int32 {
|
|
if m != nil {
|
|
return m.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetHeight() int32 {
|
|
if m != nil {
|
|
return m.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetHostname() string {
|
|
if m != nil {
|
|
return m.Hostname
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetDebug() bool {
|
|
if m != nil {
|
|
return m.Debug
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Config) GetDebugtable() bool {
|
|
if m != nil {
|
|
return m.Debugtable
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Config) GetFilename() string {
|
|
if m != nil {
|
|
return m.Filename
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetAccounts() []*Account {
|
|
if m != nil {
|
|
return m.Accounts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Config) GetCounter() int32 {
|
|
if m != nil {
|
|
return m.Counter
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetErrors() int32 {
|
|
if m != nil {
|
|
return m.Errors
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetCrashes() int32 {
|
|
if m != nil {
|
|
return m.Crashes
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetCrash() string {
|
|
if m != nil {
|
|
return m.Crash
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetIPv6() string {
|
|
if m != nil {
|
|
return m.IPv6
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetDirty() bool {
|
|
if m != nil {
|
|
return m.Dirty
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *Config) GetGitref() string {
|
|
if m != nil {
|
|
return m.Gitref
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetVersion() string {
|
|
if m != nil {
|
|
return m.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetBuilddate() int64 {
|
|
if m != nil {
|
|
return m.Builddate
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Config) GetGoversion() string {
|
|
if m != nil {
|
|
return m.Goversion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*Config)(nil), "witProtobuf.Config")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("config.proto", fileDescriptor_3eaf2c85e69e9ea4) }
|
|
|
|
var fileDescriptor_3eaf2c85e69e9ea4 = []byte{
|
|
// 319 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x5d, 0x4b, 0xc3, 0x30,
|
|
0x14, 0x86, 0xa9, 0xdd, 0xba, 0xee, 0x6c, 0xf3, 0x23, 0x0c, 0x39, 0x0c, 0x91, 0xe2, 0x55, 0xaf,
|
|
0x86, 0x28, 0x78, 0x2f, 0xe2, 0x85, 0x77, 0x23, 0xe2, 0x0f, 0xe8, 0x47, 0xda, 0x06, 0x6a, 0x23,
|
|
0x49, 0xba, 0xe1, 0xff, 0xf5, 0x87, 0x48, 0x4e, 0xda, 0x6d, 0x77, 0xef, 0x73, 0x3e, 0xde, 0xe4,
|
|
0x4d, 0x60, 0x59, 0xa8, 0xae, 0x92, 0xf5, 0xf6, 0x47, 0x2b, 0xab, 0xd8, 0xe2, 0x20, 0xed, 0xce,
|
|
0xa9, 0xbc, 0xaf, 0x36, 0xab, 0xac, 0x28, 0x54, 0xdf, 0x59, 0xdf, 0x7b, 0xf8, 0x0b, 0x21, 0x7a,
|
|
0xa3, 0x61, 0xc6, 0x60, 0xf2, 0xf5, 0xf9, 0xce, 0x31, 0x48, 0x82, 0x74, 0xce, 0x49, 0xb3, 0x35,
|
|
0x4c, 0x0f, 0xb2, 0xb4, 0x0d, 0x5e, 0x24, 0x41, 0x3a, 0xe5, 0x1e, 0xd8, 0x2d, 0x44, 0x8d, 0x90,
|
|
0x75, 0x63, 0x31, 0xa4, 0xf2, 0x40, 0x6c, 0x03, 0x71, 0xa3, 0x8c, 0xed, 0xb2, 0x6f, 0x81, 0x13,
|
|
0x72, 0x39, 0xb2, 0x73, 0x2a, 0x45, 0xde, 0xd7, 0x38, 0x4d, 0x82, 0x34, 0xe6, 0x1e, 0xd8, 0x3d,
|
|
0x00, 0x09, 0x9b, 0xe5, 0xad, 0xc0, 0x88, 0x5a, 0x67, 0x15, 0xe7, 0x58, 0xc9, 0x56, 0x90, 0xe3,
|
|
0xcc, 0x3b, 0x8e, 0xcc, 0x1e, 0x21, 0x1e, 0xb2, 0x18, 0x8c, 0x93, 0x30, 0x5d, 0x3c, 0xad, 0xb7,
|
|
0x67, 0x49, 0xb7, 0xaf, 0xbe, 0xc9, 0x8f, 0x53, 0x0c, 0x61, 0x46, 0x4a, 0x68, 0x9c, 0xd3, 0xc5,
|
|
0x47, 0x74, 0x89, 0x84, 0xd6, 0x4a, 0x1b, 0x04, 0x9f, 0xc8, 0x13, 0x6d, 0xe8, 0xcc, 0x34, 0xc2,
|
|
0xe0, 0x62, 0xd8, 0xf0, 0xe8, 0xf2, 0x90, 0xc4, 0x25, 0x5d, 0xcb, 0x83, 0x7b, 0xc3, 0x8f, 0xdd,
|
|
0xfe, 0x05, 0x57, 0xfe, 0x0d, 0x9d, 0xa6, 0xe4, 0x52, 0xdb, 0x5f, 0xbc, 0x1c, 0x92, 0x3b, 0x70,
|
|
0x27, 0xd6, 0xd2, 0x6a, 0x51, 0xe1, 0x15, 0xcd, 0x0e, 0xe4, 0x4e, 0xdc, 0x0b, 0x6d, 0xa4, 0xea,
|
|
0xf0, 0x9a, 0x1a, 0x23, 0xb2, 0x3b, 0x98, 0xe7, 0xbd, 0x6c, 0xcb, 0x32, 0xb3, 0x02, 0x6f, 0x92,
|
|
0x20, 0x0d, 0xf9, 0xa9, 0xe0, 0xba, 0xb5, 0x1a, 0x37, 0x19, 0x6d, 0x9e, 0x0a, 0x79, 0x44, 0xbf,
|
|
0xfd, 0xfc, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x56, 0x18, 0xac, 0xd2, 0x19, 0x02, 0x00, 0x00,
|
|
}
|