This repository has no description
396 B
15 lines
1version: v2
2plugins:
3 - local: protoc-gen-go
4 out: .
5 opt:
6 - paths=import
7 - module=tangled.org/core
8 - local: protoc-gen-prost
9 out: shuttle/src/gen
10 opt:
11 - bytes=.
12 # the fleet protocol is broker<->executor only (both Go); shuttle (Rust)
13 # only speaks the agent protocol, so keep fleet types out of its gen tree.
14 exclude_types:
15 - spindle.mill.v1