Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
feat: drop gRPC approach for Scriggo
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 30, 2021
1 parent f29ca42 commit 67661fd
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1,608 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TBD

```shell
git submodule add https://github.com/getstackhead/pluginlib

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pluginlib/stackhead.proto
```
47 changes: 0 additions & 47 deletions example/main.go

This file was deleted.

19 changes: 0 additions & 19 deletions example/main_test.go

This file was deleted.

Binary file removed example/plugin.so
Binary file not shown.
5 changes: 0 additions & 5 deletions plugin.go

This file was deleted.

6 changes: 6 additions & 0 deletions stackhead.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package pluginlib

func StackHeadExecute(command string) {
// mock function
// behaviour is implemented in StackHead main repository
}
Loading

0 comments on commit 67661fd

Please sign in to comment.