summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/harmony-development/shibshib/buf.gen.yaml
diff options
context:
space:
mode:
authorJanet Blackquill <uhhadd@gmail.com>2021-12-18 16:43:29 -0500
committerGitHub <noreply@github.com>2021-12-18 22:43:29 +0100
commitdbedc994216fa2e932f1aefd3ea27832419b85ef (patch)
tree2a577dda9e296c9f854ea0677394128d17ca6d17 /vendor/github.com/harmony-development/shibshib/buf.gen.yaml
parent6cb359cb808e2353db2675b58da95ac0349689fe (diff)
downloadmatterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.gz
matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.bz2
matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.zip
Add support for Harmony (#1656)
Harmony is a relatively new (1,5yo) chat protocol with a small community. This introduces support for Harmony into Matterbridge, using the functionality specifically designed for bridge bots. The implementation is a modest 200 lines of code.
Diffstat (limited to 'vendor/github.com/harmony-development/shibshib/buf.gen.yaml')
-rw-r--r--vendor/github.com/harmony-development/shibshib/buf.gen.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/harmony-development/shibshib/buf.gen.yaml b/vendor/github.com/harmony-development/shibshib/buf.gen.yaml
new file mode 100644
index 00000000..7d8ef040
--- /dev/null
+++ b/vendor/github.com/harmony-development/shibshib/buf.gen.yaml
@@ -0,0 +1,12 @@
+version: v1
+managed:
+ enabled: true
+ go_package_prefix:
+ default: github.com/harmony-development/shibshib/gen
+plugins:
+ - name: go
+ out: gen
+ opt: paths=source_relative
+ - name: go-hrpc
+ out: gen
+ opt: paths=source_relative \ No newline at end of file