From 0790bcfc168214fcb9fb1d5686d1be56321ce300 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:38:05 +0200 Subject: [PATCH] Update notes --- docs/learning_grpc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/learning_grpc.md b/docs/learning_grpc.md index dc45aa1..7acf159 100644 --- a/docs/learning_grpc.md +++ b/docs/learning_grpc.md @@ -229,6 +229,8 @@ enum CustomerDeclineRenewalReason { note: +- We use the IDL to define the structure of our protos + - Fields are uniquely identified with a numeric tag. - When deleting fields, their tag must be marked as reserved to ensure its never used again