Initial protobuf generated files

This commit is contained in:
Clayton Coleman
2016-04-16 01:02:27 -04:00
parent cea4c010a6
commit e16a7f2421
29 changed files with 58149 additions and 762 deletions

View File

@@ -29,11 +29,11 @@ import (
// +protobuf=true
type QuantityProto struct {
// The format of the quantity
Format Format
Format Format `protobuf:"bytes,1,opt,name=format,casttype=Format"`
// The scale dimension of the value
Scale int32
Scale int32 `protobuf:"varint,2,opt,name=scale"`
// Bigint is serialized as a raw bytes array
Bigint []byte
Bigint []byte `protobuf:"bytes,3,opt,name=bigint"`
}
// ProtoTime returns the Time as a new ProtoTime value.