Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	daemon/daemon.go
#	systemservices/deployer/deployer_test.go
#	systemservices/systemservices.go
  • Loading branch information
NicolasMahe committed Jan 25, 2019
2 parents 14973ff + 433fede commit fc4e57b
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
64 changes: 32 additions & 32 deletions protobuf/coreapi/api.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 protobuf/coreapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "coreapi";
//
// Services must not use this API, but rather use the [Service API](./service.md).
//
// The source file of this API is hosted on [GitHub](https://github.com/mesg-foundation/core/blob/master/api/core/api.proto).
// The source file of this API is hosted on [GitHub](https://github.com/mesg-foundation/core/blob/master/protobuf/coreapi/api.proto).
service Core {
// Subscribe to a stream that listens for events from a service.
rpc ListenEvent (ListenEventRequest) returns (stream EventData) {}
Expand Down
16 changes: 8 additions & 8 deletions protobuf/serviceapi/api.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 protobuf/serviceapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "serviceapi";
//
// Applications must not use this API, but rather use the [Core API](./core.md).
//
// The source file of this API is hosted on [GitHub](https://github.com/mesg-foundation/core/blob/master/api/service/api.proto).
// The source file of this API is hosted on [GitHub](https://github.com/mesg-foundation/core/blob/master/protobuf/serviceapi/api.proto).
service Service {
// Emit an event to Core.
// The event and its data must be defined in the [service's definition file](../guide/service/service-file.md).
Expand Down

0 comments on commit fc4e57b

Please sign in to comment.