You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ In addition to the other top-level packages, there are a few special directories
45
45
***support/scripts** contains single-file go programs and bash scripts used to support the development of this repo.
46
46
***services** contains packages that compile to applications that are long-running processes (such as API servers).
47
47
***tools** contains packages that compile to command line applications.
48
+
***protos** contains the protobuf definitions for data-models that we want to generate for use with external stakeholders. Refer to [protos/README.md](./protos/README.md) for more information about code structure in `protos` directory
48
49
49
50
Each of these directories have their own README file that explain further the nature of their contents.
0 commit comments