-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathj5.yaml
More file actions
56 lines (47 loc) · 986 Bytes
/
j5.yaml
File metadata and controls
56 lines (47 loc) · 986 Bytes
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
---
bundles:
- name: ges
dir: schema/ges
- name: test
dir: schema/test
generate:
- name: go
inputs:
- local: ges
- local: test
output: .
mods:
- goPackageNames:
prefix: github.com/pentops/ges/internal/gen
opts:
paths: import
module: github.com/pentops/ges
plugins:
- base: go
- base: go-grpc
- base: go-j5
- base: go-o5-messaging
managedPaths:
- internal/gen
plugins:
- name: go
type: PLUGIN_PROTO
opts:
module: github.com/pentops/ges
runType:
docker:
image: ghcr.io/pentops/protoc-gen-go:v1.34.2
- name: go-grpc
base: go
runType:
docker:
image: ghcr.io/pentops/protoc-gen-go-grpc:v1.4.0
- name: go-o5-messaging
base: go
runType:
docker:
image: ghcr.io/pentops/protoc-gen-go-o5-messaging:7e07c29129f03edc9ef01ba4739328625ef24746
- name: go-j5
base: go
runType:
builtin: "go-j5"