stupid name

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-28 17:23:46 -07:00
parent 00ba199a75
commit e9855f5825
2 changed files with 21 additions and 21 deletions

View File

@ -25,7 +25,7 @@ type Config struct {
Width int32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,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"` Height int32 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
Hostname string `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"` Hostname string `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"`
Debugging bool `protobuf:"varint,5,opt,name=debugging,proto3" json:"debugging,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"` Debugtable bool `protobuf:"varint,6,opt,name=debugtable,proto3" json:"debugtable,omitempty"`
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 []*Account `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"` Accounts []*Account `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"`
@ -91,9 +91,9 @@ func (m *Config) GetHostname() string {
return "" return ""
} }
func (m *Config) GetDebugging() bool { func (m *Config) GetDebug() bool {
if m != nil { if m != nil {
return m.Debugging return m.Debug
} }
return false return false
} }
@ -154,21 +154,21 @@ 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{
// 255 bytes of a gzipped FileDescriptorProto // 249 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0x41, 0x6a, 0xf3, 0x30, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0x41, 0x6a, 0xc3, 0x30,
0x10, 0x85, 0x71, 0x12, 0x3b, 0xf6, 0x38, 0xff, 0x66, 0x08, 0x3f, 0x43, 0x28, 0xc5, 0x74, 0xe5, 0x10, 0x45, 0x71, 0x12, 0x3b, 0xce, 0x38, 0xdd, 0x88, 0x50, 0x86, 0x2c, 0x8a, 0xe9, 0xca, 0x2b,
0x95, 0x29, 0xed, 0x09, 0x4a, 0xe9, 0xbe, 0xa8, 0xf4, 0x00, 0xb6, 0x23, 0x4b, 0x82, 0xd4, 0x2a, 0x53, 0xda, 0x13, 0x94, 0xd2, 0x7d, 0x51, 0xe9, 0x01, 0x6c, 0x47, 0xb6, 0x04, 0xa9, 0x55, 0x24,
0x92, 0x4c, 0x2e, 0xda, 0x03, 0x15, 0x8f, 0x9c, 0x34, 0xbb, 0xf7, 0xcd, 0xd3, 0x3c, 0xf4, 0x06, 0x99, 0x5c, 0xb2, 0x87, 0x0a, 0x9a, 0x71, 0x82, 0x77, 0xff, 0xe9, 0xcf, 0x7c, 0xe6, 0x0b, 0xf6,
0x76, 0xbd, 0x1d, 0x07, 0xa3, 0x9a, 0x6f, 0x67, 0x83, 0xc5, 0xf2, 0x6c, 0xc2, 0xfb, 0xac, 0xba, 0x9d, 0x1d, 0x7b, 0x33, 0xd4, 0x7f, 0xce, 0x06, 0x2b, 0x8a, 0x8b, 0x09, 0x5f, 0x51, 0xb5, 0x53,
0x69, 0x38, 0xfc, 0x6b, 0xfb, 0xde, 0x4e, 0x63, 0x88, 0xde, 0xc3, 0xcf, 0x0a, 0xb2, 0x57, 0x7e, 0x7f, 0x7c, 0x68, 0xba, 0xce, 0x4e, 0x63, 0x60, 0xef, 0xf9, 0x7f, 0x05, 0xd9, 0x07, 0x0d, 0x0b,
0x8c, 0x08, 0x9b, 0xcf, 0x8f, 0x37, 0x41, 0x49, 0x95, 0xd4, 0x85, 0x60, 0x8d, 0x7b, 0x48, 0xcf, 0x01, 0x9b, 0x9f, 0xef, 0x4f, 0x89, 0x49, 0x99, 0x54, 0x3b, 0x49, 0x5a, 0x1c, 0x20, 0xbd, 0x98,
0xe6, 0x18, 0x34, 0xad, 0xaa, 0xa4, 0x4e, 0x45, 0x04, 0xfc, 0x0f, 0x99, 0x96, 0x46, 0xe9, 0x40, 0x53, 0xd0, 0xb8, 0x2a, 0x93, 0x2a, 0x95, 0x0c, 0xe2, 0x11, 0x32, 0xad, 0xcc, 0xa0, 0x03, 0xae,
0x6b, 0x1e, 0x2f, 0x84, 0x07, 0xc8, 0xb5, 0xf5, 0x61, 0x6c, 0xbf, 0x24, 0x6d, 0x38, 0xe5, 0xca, 0xe9, 0x79, 0x26, 0x71, 0x84, 0x5c, 0x5b, 0x1f, 0xc6, 0xe6, 0x57, 0xe1, 0x86, 0x52, 0xee, 0x1c,
0x78, 0x07, 0xc5, 0x51, 0x76, 0x93, 0x52, 0x66, 0x54, 0x94, 0x56, 0x49, 0x9d, 0x8b, 0xbf, 0x01, 0x93, 0x4e, 0xaa, 0x9d, 0x06, 0x4c, 0xcb, 0xa4, 0xca, 0x25, 0x83, 0x78, 0x02, 0x20, 0x11, 0x9a,
0xde, 0x03, 0x30, 0x84, 0xb6, 0x3b, 0x49, 0xca, 0xd8, 0xbe, 0x99, 0xcc, 0xc9, 0x83, 0x39, 0x49, 0xf6, 0xac, 0x30, 0x23, 0x6b, 0xf1, 0x12, 0x13, 0x7b, 0x73, 0x56, 0x94, 0xb8, 0xe5, 0xc4, 0x1b,
0x4e, 0xde, 0xc6, 0xe4, 0x0b, 0xe3, 0x23, 0xe4, 0x4b, 0x27, 0x4f, 0x79, 0xb5, 0xae, 0xcb, 0xa7, 0x8b, 0x17, 0xc8, 0xe7, 0x2e, 0x1e, 0xf3, 0x72, 0x5d, 0x15, 0xaf, 0x87, 0x7a, 0xd1, 0xb4, 0x7e,
0x7d, 0x73, 0xd3, 0xb8, 0x79, 0x89, 0xa6, 0xb8, 0xbe, 0x42, 0x82, 0x2d, 0x2b, 0xe9, 0xa8, 0xe0, 0x67, 0x53, 0xde, 0xa7, 0x04, 0xc2, 0x96, 0x94, 0x72, 0xb8, 0xa3, 0xc3, 0x6f, 0x18, 0x1b, 0x29,
0x02, 0x17, 0x9c, 0x9b, 0x49, 0xe7, 0xac, 0xf3, 0x04, 0xb1, 0x59, 0x24, 0xde, 0x70, 0xad, 0xd7, 0xe7, 0xac, 0xf3, 0x08, 0xdc, 0x88, 0x89, 0x36, 0x5c, 0xe3, 0xb5, 0xf2, 0x58, 0xcc, 0x1b, 0x8c,
0xd2, 0x53, 0xb9, 0x6c, 0x44, 0x9c, 0x2f, 0xc4, 0x92, 0x76, 0xfc, 0xad, 0x08, 0x5d, 0xc6, 0xd7, 0xb1, 0x0f, 0x49, 0xdc, 0xd3, 0x59, 0x0c, 0x6d, 0x46, 0xbf, 0xfa, 0x76, 0x0d, 0x00, 0x00, 0xff,
0x7d, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x4b, 0xaf, 0x3e, 0x16, 0x89, 0x01, 0x00, 0x00, 0xff, 0x63, 0x53, 0x95, 0xbc, 0x81, 0x01, 0x00, 0x00,
} }

View File

@ -8,7 +8,7 @@ message Config {
int32 width = 2; int32 width = 2;
int32 height = 3; int32 height = 3;
string hostname = 4; string hostname = 4;
bool debugging = 5; bool debug = 5;
bool debugtable = 6; bool debugtable = 6;
string filename = 7; string filename = 7;
repeated Account accounts = 8; repeated Account accounts = 8;