This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hyperstart: Support converting embedded field
The gRPC generated Go structures will never have embedded fields, while the OCI ones have some. This forces us to support copying between structs with different number of fields when one field is embedded on one side while it's not on the other. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
- Loading branch information
Samuel Ortiz
committed
Nov 10, 2017
1 parent
e433e14
commit 359f5d3
Showing
3 changed files
with
73 additions
and
40 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
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
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