Skip to content

Commit

Permalink
Update + regenerate proto files - PR #1318 - original commit c47da2f
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Sep 11, 2019
1 parent b7f7d06 commit 1f9a0d8
Show file tree
Hide file tree
Showing 24 changed files with 203 additions and 204 deletions.
2 changes: 1 addition & 1 deletion event/event.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package event

import (
"github.com/gogo/protobuf/types"
"github.com/mesg-foundation/engine/hash"
"github.com/mesg-foundation/engine/protobuf/types"
)

// Create creates an event eventKey with eventData for service s.
Expand Down
38 changes: 19 additions & 19 deletions event/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion execution/execution.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package execution

import (
"github.com/gogo/protobuf/types"
"github.com/mesg-foundation/engine/hash"
"github.com/mesg-foundation/engine/protobuf/types"
)

// New returns a new execution. It returns an error if inputs are invalid.
Expand Down
66 changes: 33 additions & 33 deletions execution/execution.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion execution/execution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"testing"
"testing/quick"

"github.com/gogo/protobuf/types"
"github.com/mesg-foundation/engine/hash"
"github.com/mesg-foundation/engine/protobuf/types"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package orchestrator
import (
"fmt"

"github.com/gogo/protobuf/types"
"github.com/mesg-foundation/engine/event"
"github.com/mesg-foundation/engine/execution"
"github.com/mesg-foundation/engine/hash"
"github.com/mesg-foundation/engine/process"
"github.com/mesg-foundation/engine/protobuf/convert"
"github.com/mesg-foundation/engine/protobuf/types"
eventsdk "github.com/mesg-foundation/engine/sdk/event"
executionsdk "github.com/mesg-foundation/engine/sdk/execution"
processesdk "github.com/mesg-foundation/engine/sdk/process"
Expand Down
50 changes: 25 additions & 25 deletions protobuf/api/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protobuf/api/event.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";

import "google/protobuf/struct.proto";
import "gogo/protobuf/gogoproto/gogo.proto";
import "protobuf/types/struct.proto";
import "protobuf/types/event.proto";

package api;
Expand Down Expand Up @@ -56,7 +56,7 @@ message CreateEventRequest {
string key = 2;

// data is the data for the event.
google.protobuf.Struct data = 3;
mesg.protobuf.Struct data = 3;
}

// CreateEventResponse defines response for execution update.
Expand Down
Loading

0 comments on commit 1f9a0d8

Please sign in to comment.