misc other fields

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-25 00:11:10 -07:00
parent cf75b4fbe6
commit 68139bf670
2 changed files with 57 additions and 28 deletions

View File

@ -30,6 +30,9 @@ type Config struct {
Filename string `protobuf:"bytes,7,opt,name=filename,proto3" json:"filename,omitempty"` Filename string `protobuf:"bytes,7,opt,name=filename,proto3" json:"filename,omitempty"`
Accounts []*Config_Account `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"` Accounts []*Config_Account `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"`
Counter int32 `protobuf:"varint,9,opt,name=counter,proto3" json:"counter,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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"` XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"` XXX_sizecache int32 `json:"-"`
@ -123,6 +126,27 @@ func (m *Config) GetCounter() int32 {
return 0 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 ""
}
type Config_Account struct { type Config_Account struct {
Nick string `protobuf:"bytes,1,opt,name=nick,proto3" json:"nick,omitempty"` Nick string `protobuf:"bytes,1,opt,name=nick,proto3" json:"nick,omitempty"`
Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
@ -218,24 +242,26 @@ func init() {
func init() { proto.RegisterFile("config.proto", fileDescriptor_3eaf2c85e69e9ea4) } func init() { proto.RegisterFile("config.proto", fileDescriptor_3eaf2c85e69e9ea4) }
var fileDescriptor_3eaf2c85e69e9ea4 = []byte{ var fileDescriptor_3eaf2c85e69e9ea4 = []byte{
// 297 bytes of a gzipped FileDescriptorProto // 327 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0x4b, 0x4e, 0xc3, 0x30, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x92, 0x41, 0x4e, 0xf3, 0x30,
0x10, 0x86, 0x95, 0xa6, 0x79, 0x4d, 0x59, 0x59, 0x08, 0x59, 0x05, 0xa1, 0x88, 0x55, 0x56, 0x59, 0x10, 0x85, 0x95, 0xb6, 0x49, 0x93, 0x69, 0x57, 0xd6, 0xaf, 0x5f, 0xa3, 0x82, 0x50, 0xc4, 0x2a,
0xc0, 0x82, 0x35, 0x42, 0xec, 0x91, 0x11, 0x07, 0xc8, 0xc3, 0x49, 0xac, 0xb6, 0x76, 0x14, 0x3b, 0xab, 0x2c, 0x60, 0xc1, 0x1a, 0x21, 0xf6, 0xc8, 0x88, 0x03, 0x24, 0xa9, 0x9b, 0x58, 0x6d, 0xed,
0xca, 0xe1, 0x38, 0x05, 0x37, 0x42, 0x1e, 0xd7, 0x25, 0xb0, 0xfb, 0xbf, 0x19, 0x67, 0x34, 0xf3, 0xca, 0x76, 0xd4, 0xb3, 0x70, 0x16, 0x2e, 0x87, 0x3c, 0xae, 0x4b, 0x60, 0xf7, 0xbe, 0x19, 0xfb,
0x05, 0xae, 0x1a, 0x25, 0x3b, 0xd1, 0x97, 0xe3, 0xa4, 0x8c, 0x22, 0xbb, 0x45, 0x98, 0x77, 0x9b, 0xc5, 0xef, 0x29, 0xb0, 0xee, 0xb4, 0xda, 0xc9, 0xbe, 0x3e, 0x19, 0xed, 0x34, 0x5b, 0x9d, 0xa5,
0xea, 0xb9, 0x7b, 0xf8, 0x0e, 0x21, 0x7e, 0xc5, 0x2e, 0x21, 0xb0, 0xfd, 0xfc, 0x78, 0x63, 0x34, 0x7b, 0xf3, 0xaa, 0x1d, 0x77, 0xf7, 0x9f, 0x0b, 0xc8, 0x5e, 0x68, 0xcb, 0x18, 0x2c, 0x3e, 0xde,
0xc8, 0x83, 0x22, 0x63, 0x98, 0xc9, 0x35, 0x44, 0x8b, 0x68, 0xcd, 0x40, 0x37, 0x79, 0x50, 0x44, 0x5f, 0x39, 0x26, 0x65, 0x52, 0x15, 0x9c, 0x34, 0xfb, 0x07, 0xe9, 0x59, 0x6e, 0xdd, 0x80, 0xb3,
0xcc, 0x01, 0xb9, 0x81, 0x78, 0xe0, 0xa2, 0x1f, 0x0c, 0x0d, 0xb1, 0x7c, 0x26, 0xb2, 0x87, 0x74, 0x32, 0xa9, 0x52, 0x1e, 0x80, 0xfd, 0x87, 0x6c, 0x10, 0xb2, 0x1f, 0x1c, 0xce, 0x69, 0x7c, 0x21,
0x50, 0xda, 0xc8, 0xea, 0xc4, 0xe9, 0x16, 0xa7, 0x5c, 0x98, 0xdc, 0x41, 0xd6, 0xf2, 0x7a, 0xee, 0xb6, 0x81, 0x7c, 0xd0, 0xd6, 0xa9, 0xe6, 0x28, 0x70, 0x41, 0x2e, 0x57, 0x66, 0xb7, 0x50, 0x6c,
0x7b, 0x21, 0x7b, 0x1a, 0xe5, 0x41, 0x91, 0xb2, 0xdf, 0x02, 0xb9, 0x07, 0x40, 0x30, 0x55, 0x7d, 0x45, 0x3b, 0xf6, 0xbd, 0x54, 0x3d, 0xa6, 0x65, 0x52, 0xe5, 0xfc, 0x67, 0xc0, 0xee, 0x00, 0x08,
0xe4, 0x34, 0xc6, 0xf6, 0xaa, 0x62, 0x27, 0x77, 0xe2, 0xc8, 0x71, 0x72, 0xe2, 0x26, 0x7b, 0x26, 0x5c, 0xd3, 0x1e, 0x04, 0x66, 0xb4, 0x9e, 0x4c, 0xbc, 0xf3, 0x4e, 0x1e, 0x04, 0x39, 0x2f, 0x83,
0xcf, 0x90, 0x56, 0x4d, 0xa3, 0x66, 0x69, 0x34, 0x4d, 0xf3, 0xb0, 0xd8, 0x3d, 0xde, 0x96, 0xab, 0x73, 0x64, 0xf6, 0x04, 0x79, 0xd3, 0x75, 0x7a, 0x54, 0xce, 0x62, 0x5e, 0xce, 0xab, 0xd5, 0xc3,
0x13, 0x4b, 0x77, 0x5e, 0xf9, 0xe2, 0xde, 0xb0, 0xcb, 0x63, 0x42, 0x21, 0xc1, 0xc4, 0x27, 0x9a, 0x4d, 0x3d, 0x89, 0x58, 0x87, 0x78, 0xf5, 0x73, 0x38, 0xc3, 0xaf, 0x87, 0x19, 0xc2, 0x92, 0x94,
0xe1, 0x1d, 0x1e, 0xf7, 0x5f, 0x01, 0x24, 0xe7, 0xf7, 0x56, 0x8b, 0x14, 0xcd, 0xc1, 0x6b, 0xb1, 0x30, 0x58, 0x50, 0x8e, 0x88, 0x3e, 0xa0, 0x30, 0x46, 0x1b, 0x8b, 0x10, 0x02, 0x06, 0xa2, 0x1b,
0xd9, 0xae, 0x33, 0x6b, 0x3e, 0xe1, 0x3a, 0x1b, 0xb7, 0x8e, 0x67, 0xab, 0xcc, 0xa8, 0x03, 0x97, 0xa6, 0xb1, 0x83, 0xb0, 0xb8, 0xba, 0xdc, 0x08, 0xe8, 0x8b, 0x22, 0x89, 0x6b, 0x7a, 0x5d, 0x80,
0xe8, 0x26, 0x63, 0x0e, 0xec, 0x17, 0x63, 0xa5, 0xf5, 0xa2, 0xa6, 0xd6, 0xab, 0xf1, 0xfc, 0x47, 0xcd, 0x57, 0x02, 0xcb, 0xcb, 0x77, 0x7d, 0xbd, 0x4a, 0x76, 0xfb, 0x58, 0xaf, 0xd7, 0x3e, 0xd6,
0x5b, 0xf4, 0x4f, 0x9b, 0x15, 0xa3, 0x4e, 0x95, 0x90, 0xd8, 0x8d, 0xb1, 0xbb, 0xaa, 0xd8, 0xed, 0x68, 0x85, 0xa1, 0x58, 0xb3, 0x10, 0x2b, 0xb2, 0x77, 0x74, 0x7a, 0x2f, 0x14, 0x75, 0x5c, 0xf0,
0x46, 0x35, 0x19, 0x94, 0x12, 0x31, 0xcc, 0x75, 0x8c, 0xff, 0xf9, 0xe9, 0x27, 0x00, 0x00, 0xff, 0x00, 0xfe, 0xc6, 0xa9, 0xb1, 0xf6, 0xac, 0xcd, 0x36, 0x56, 0x1c, 0xf9, 0x57, 0xfd, 0xe9, 0x9f,
0xff, 0x15, 0x4b, 0x72, 0x6e, 0xf7, 0x01, 0x00, 0x00, 0xfa, 0x7d, 0xc1, 0xfa, 0xd8, 0x48, 0x45, 0xdb, 0x8c, 0xb6, 0x93, 0x89, 0x7f, 0xdd, 0x49, 0x1b,
0x47, 0xe5, 0xa6, 0x9c, 0x74, 0x9b, 0xd1, 0xff, 0xf2, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x4b,
0xdb, 0xa0, 0x1c, 0x3f, 0x02, 0x00, 0x00,
} }

View File

@ -11,6 +11,9 @@ message Config {
string filename = 7; string filename = 7;
repeated Account accounts = 8; repeated Account accounts = 8;
int32 counter = 9; int32 counter = 9;
int32 errors = 10;
int32 crashes = 11;
string crash = 12;
message Account { message Account {
string nick = 1; string nick = 1;