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

@@ -25,7 +25,7 @@ import (
// marshaling to YAML and JSON. In particular, it marshals into strings, which
// can be used as map keys in json.
type Duration struct {
time.Duration
time.Duration `protobuf:"varint,1,opt,name=duration,casttype=time.Duration"`
}
// UnmarshalJSON implements the json.Unmarshaller interface.