Skip to content

Commit

Permalink
module_id -> module_name, namespace docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 14, 2024
1 parent 8ee6bab commit d6cafd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proto/viam/app/build/v1/build.proto
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,11 @@ message RepoLink {
string oauth_app_link_id = 1;
// OrgID of the module
string org_id = 2;
// public namespace of the module
// Public namespace of the module. This is for user display in ListRepoLinksResponse.
// It is ignored in LinkRepoRequest.
optional string namespace = 3;
// ID of the module (just the name, not the dotted org:module form)
string module_id = 4;
// name of the module (just the name, not the dotted org:name form)
string module_name = 4;
// git repo in owner/repository form
string repo = 5;
// email of the viam user who created this
Expand Down

0 comments on commit d6cafd9

Please sign in to comment.