Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Initial gRPC protocol for agent communication
Browse files Browse the repository at this point in the history
based on hyperstart gRPC protocol and the discussion in hyperhq/runv#628

Signed-off-by: Wang Xu <gnawux@gmail.com>
  • Loading branch information
gnawux committed Nov 21, 2017
1 parent 53901ab commit 7cb7865
Show file tree
Hide file tree
Showing 8 changed files with 3,440 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/update-generated-agent-proto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Copyright 2017 HyperHQ Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
protoc --proto_path=pkg/agent/api/grpc --go_out=plugins=grpc:pkg/agent/api/grpc pkg/agent/api/grpc/hyperstart.proto pkg/agent/api/grpc/oci.proto
Loading

0 comments on commit 7cb7865

Please sign in to comment.