Skip to content

Latest commit

 

History

History
 
 

proto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Connect RPC API Protobuf Definitions

This directory contains the protobuf definitions for the Connect RPC API. We generate TypeScript and Go code from these definitions.

The TypeScript code is generated to TypeScript Generated Code and the Go client is generated to Go Generated Code.

Structure

  • node contains the protobuf definitions for the Router API.
  • platform contains the protobuf definitions for the Platform API.
  • common contains the protobuf definitions for common types used by both APIs.