k3s/cmd/libs/go2idl/go-to-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
..
build-image Generate protobuf-related files in Docker 2016-03-09 10:45:24 +01:00
protobuf Support protobuf.as=Message for aliasing 2016-04-04 23:00:35 -04:00
protoc-gen-gogo go-to-protobuf: generate protobuf IDL and marshalers for Go structs 2016-01-06 21:09:20 -05:00
.gitignore go-to-protobuf: generate protobuf IDL and marshalers for Go structs 2016-01-06 21:09:20 -05:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
main.go go-to-protobuf: generate protobuf IDL and marshalers for Go structs 2016-01-06 21:09:20 -05:00