Add prototype of pipeline api using connect

This includes refactoring of the http listener to use
a custom mux.
This commit is contained in:
2022-12-24 19:45:25 -07:00
parent 08e8104cd9
commit cd098d794d
10 changed files with 394 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
version: v1
plugins:
- name: go
out: gen
opt: paths=source_relative
- name: connect-go
out: gen
opt: paths=source_relative