segiddins / protobuf-specs

Protocol Buffer specifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protobuf-specs

This repository holds protobuf specifications for Sigstore messages.

Protobuf

If you change protobuf definitions, you will need to regenerate the code by running the protocol buffer compiler on the changed .proto files.

You will need Docker installed to generate the protobuf stubs. Then run,

$ make all

to generate the Go and Python files under gen/.

About

Protocol Buffer specifications

License:Apache License 2.0


Languages

Language:Rust 87.4%Language:Makefile 4.6%Language:Shell 3.2%Language:Ruby 3.1%Language:TypeScript 1.0%Language:Dockerfile 0.7%