olai-codegen 0.0.1

Proto-driven code generation for REST handlers, clients, and resource registries
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: v2
managed:
  enabled: true
plugins:
  - remote: buf.build/community/neoeinstein-prost:v0.4.0
    out: src/gen
    opt:
      # - bytes=.
      - compile_well_known_types=true
      - extern_path=.google.protobuf=::prost_types
      - file_descriptor_set=false