Categorygo.lsp.dev/openapi2protobuf
modulepackage
0.0.0-20230106113932-21fe71fbaf96
Repository: https://github.com/go-language-server/openapi2protobuf.git
Documentation: pkg.go.dev

# README

openapi2protobuf

License

openapi2protobuf generates Protocol Buffers v3 and gRPC services definitions from the OpenAPI/Swagger schema.

# Packages

Package compiler provides the compiles into Protocol Buffers structure from the OpenAPI definitions.
Package openapi provides parses OpenAPI definitions and passes them to the transpiler.
Package protobuf generates Protocol Buffers schema from the intermediate representation passed by the transpiler.