Skip to content

Commit

Permalink
Using gRPC for IPC. (#22)
Browse files Browse the repository at this point in the history
* Using gRPC for IPC.

* Moved os.Exit inside main.

* Removed os.Exit since it's default inside main func.
  • Loading branch information
Vinay Shankar Shukla authored and sriv committed Dec 30, 2019
1 parent bea306f commit 9978670
Show file tree
Hide file tree
Showing 12 changed files with 6,296 additions and 1,668 deletions.
2 changes: 1 addition & 1 deletion conv/conv.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func ConvertFile(file string, files []string, index int) {
f.Close()
}

func GetSpecs(m *gauge_messages.SpecsResponse) []*gauge_messages.ProtoSpec {
func GetSpecs(m *gauge_messages.SpecDetails) []*gauge_messages.ProtoSpec {
specs := make([]*gauge_messages.ProtoSpec, 0)
for _, d := range m.Details {
if d.Spec != nil {
Expand Down
Loading

0 comments on commit 9978670

Please sign in to comment.