generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for networkservicemesh/sdk-vpp#156
Changes to reverse server chain elements to make decisions on the outbound direction of the call and take action on the return direction of the call in sdk-vpp: networkservicemesh/sdk-vpp#156 Required adaptation (another example is in cmd-forwarder-vpp: networkservicemesh/cmd-forwarder-vpp#124 ) Signed-off-by: Ed Warnicke <[email protected]>
- Loading branch information
1 parent
4de1efd
commit 41e305b
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
|
||
package imports | ||
|
||
//go:generate bash -c "cd $(mktemp -d) && GO111MODULE=on go get github.com/edwarnicke/[email protected].1" | ||
//go:generate bash -c "cd $(mktemp -d) && GO111MODULE=on go get github.com/edwarnicke/[email protected].2" | ||
//go:generate bash -c "GOOS=linux ${GOPATH}/bin/imports-gen" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters