api-bones-protos 0.2.0

Embedded bytes of the api-bones canonical proto shapes (bones/v1/*.proto). Pair with `proto-build-kit` to stage on the protoc include path at build time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: v2
modules:
  - path: .
lint:
  use:
    - STANDARD
  except:
    # `bones.v1` is the package name; no per-file suffix needed beyond
    # the version. buf's default expects message suffixes like `_v1` —
    # we use the established `bones.v1.Message` convention instead.
    - PACKAGE_VERSION_SUFFIX
breaking:
  use:
    - FILE