Skip to content

Commit

Permalink
Add NameRaw to group
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed Sep 26, 2018
1 parent 515f3fb commit f05264d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 58 deletions.
125 changes: 67 additions & 58 deletions helper/identity/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions helper/identity/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ message Group {
// belongs to. Do not return this value over the API when reading the
// group.
string namespace_id = 13;

// NameRaw is the replica of the Name field with its casing preseverd
string name_raw = 14;
}

// Entity represents an entity that gets persisted and indexed.
Expand Down

0 comments on commit f05264d

Please sign in to comment.