Skip to content

Commit

Permalink
migrate name from vdouble_val to vfloat_val (#180)
Browse files Browse the repository at this point in the history
* migrate name from vdouble_val to vfloat_val
* add different types for vfloat32 and 64
  • Loading branch information
jairad26 authored Oct 5, 2023
1 parent 42a4d4e commit b80c335
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 123 deletions.
3 changes: 2 additions & 1 deletion protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ message Value {
bytes datetime_val = 9;
string password_val = 10;
uint64 uid_val=11;
bytes vdouble_val=12;
bytes vfloat32_val=12;
bytes vfloat64_val=13;
}
}

Expand Down
Loading

0 comments on commit b80c335

Please sign in to comment.