-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathj5.yaml
66 lines (57 loc) · 1.39 KB
/
j5.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
bundles:
- name: proto
dir: proto
generate:
- name: go
inputs:
- local: proto
output: .
opts:
paths: import
module: github.com/pentops/o5-test-app
plugins:
- base: go
- base: go-sugar
- base: go-grpc
- base: go-psm
- base: go-o5-messaging
- name: client
inputs:
- local: proto
- registry:
owner: pentops
name: dante
output: ./internal/genclient
plugins:
- base: go-client
opts:
go_package_prefix: github.com/pentops/o5-test-app/internal/genclient
managedPaths:
- internal/gen
- internal/genclient
plugins:
- name: go
type: PLUGIN_PROTO
docker:
image: ghcr.io/pentops/protoc-gen-go:v1.32.0
- name: go-grpc
base: go
docker:
image: ghcr.io/pentops/protoc-gen-go-grpc:v1.3.0
- name: go-sugar
base: go
docker:
image: ghcr.io/pentops/protoc-gen-go-sugar:19495b5f5ac3fd3964a03031396d83f1bc1341ca
- name: go-psm
base: go
docker:
image: ghcr.io/pentops/protoc-gen-go-protostate:b8c03420cbfb28341e7dc64f2b066153b1fda58c
- name: go-o5-messaging
base: go
docker:
image: ghcr.io/pentops/protoc-gen-go-o5-messaging:db56de35f3edb216b6e3a2b2559e4b4866fbdcaf
- name: go-client
type: PLUGIN_J5_CLIENT
docker:
image: ghcr.io/pentops/j5-gen-go-client:ce502ddb23f59b3371c3a3772c4bfec754c66d91