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

Commit 67661fd

Browse files
committed
feat: drop gRPC approach for Scriggo
1 parent f29ca42 commit 67661fd

File tree

9 files changed

+8
-1608
lines changed

9 files changed

+8
-1608
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
TBD
2+
13
```shell
2-
git submodule add https://github.com/getstackhead/pluginlib
34

4-
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pluginlib/stackhead.proto
55
```

example/main.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

example/main_test.go

Lines changed: 0 additions & 19 deletions
This file was deleted.

example/plugin.so

-3.27 MB
Binary file not shown.

plugin.go

Lines changed: 0 additions & 5 deletions
This file was deleted.

stackhead.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package pluginlib
2+
3+
func StackHeadExecute(command string) {
4+
// mock function
5+
// behaviour is implemented in StackHead main repository
6+
}

0 commit comments

Comments
 (0)