go-sdk / protoc-gen-validate-buf

protoc-gen-validate with buf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protoc-gen-validate-buf

Usage

example for version v0.6.7:

  • buf.yaml
version: v1
deps:
  - buf.build/go-sdk/protoc-gen-validate:v0.6.7
lint:
  use:
    - DEFAULT
breaking:
  use:
    - FILE
  • buf.gen.yaml
version: v1
plugins:
  - remote: buf.build/library/plugins/go:v1.27.1-1
    out: pb
    opt:
      - paths=source_relative
  - remote: buf.build/library/plugins/go-grpc:v1.1.0-2
    out: pb
    opt:
      - paths=source_relative
  - remote: buf.build/go-sdk/plugins/protoc-gen-validate:v0.6.7-1
    out: pb
    opt:
      - paths=source_relative
      - lang=go

Link

About

protoc-gen-validate with buf

License:Apache License 2.0


Languages

Language:Makefile 58.4%Language:Dockerfile 41.6%