kubernetes/cmd/libs/go2idl/go-to-protobuf/protobuf
Clayton Coleman 529bd2bf98 Support protobuf.as=Message for aliasing
In order to allow a Go type to have a different internal representation,
provide the comment `// +protobuf.as=MESSAGENAME` which substitutes the
current message's members with the named message's members. Used by the
unversioned.Time type to have the same fields as unversioned.Timestamp
and to have an alternate serialization.
2016-04-04 23:00:35 -04:00
..
cmd.go Add an experimental protobuf serializer 2016-03-31 10:41:11 -04:00
generator.go Support protobuf.as=Message for aliasing 2016-04-04 23:00:35 -04:00
import_tracker.go Refactor import tracker 2016-03-15 16:02:18 +01:00
namer.go Support protobuf.as=Message for aliasing 2016-04-04 23:00:35 -04:00
package.go Fix package 2016-03-10 08:21:01 +01:00
parser.go Refactor Rewrite functions 2016-03-09 12:19:02 +01:00