mirror of https://github.com/docker/cli.git
85504b4f98
Signed-off-by: Nishant Totla <nishanttotla@gmail.com> |
||
---|---|---|
.. | ||
deepcopy | ||
defaults | ||
README.md | ||
ca.pb.go | ||
ca.proto | ||
control.pb.go | ||
control.proto | ||
dispatcher.pb.go | ||
dispatcher.proto | ||
gen.go | ||
health.pb.go | ||
health.proto | ||
logbroker.pb.go | ||
logbroker.proto | ||
objects.pb.go | ||
objects.proto | ||
raft.pb.go | ||
raft.proto | ||
resource.pb.go | ||
resource.proto | ||
snapshot.pb.go | ||
snapshot.proto | ||
specs.pb.go | ||
specs.proto | ||
storeobject.go | ||
types.pb.go | ||
types.proto | ||
watch.pb.go | ||
watch.proto |
README.md
Notice
Do not change .pb.go files directly. You need to change the corresponding .proto files and run the following command to regenerate the .pb.go files.
$ make generate
Click here for more information about protobuf.