Skip to content

Commit

Permalink
Remove the Service
Browse files Browse the repository at this point in the history
Decided not to go that route, instead planning to use proto
marshal/unmarshal
  • Loading branch information
ThatsAMorais committed Sep 1, 2020
1 parent ac81022 commit 70f9c3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
23 changes: 8 additions & 15 deletions work.pb.go

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

5 changes: 0 additions & 5 deletions work.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ package morais_protos;

option go_package = "github.com/moraisworkrunner/work-messages;work_messages";

// The Work service definition.
service Work {
rpc PostWork (SvcWorkRequest) returns (SvcWorkResponse) {}
}

message Context {
string id = 3;
}
Expand Down

0 comments on commit 70f9c3a

Please sign in to comment.