gitpod/components/ws-manager-api
Manuel Alejandro de Brito Fontes a563242ef3 Update go dependencies
2022-03-03 18:46:10 +05:30
..
2022-03-03 18:46:10 +05:30
2022-02-28 14:17:07 +05:30
2022-02-28 14:17:07 +05:30
2021-06-04 16:26:37 -04:00

Overview

The ws-manager-api component hosts the api component of ws-manager.

Making changes to the api

First, make sure those changes are really neccesary. We want to keep the interface as trim as possible. To make changes, edit core.proto ideally in a backwards compatible manner. Then run ./generate.sh in this directory to re-generate the GO and TypeScript protocol implementations.