chore: migrate part of shortcut store

This commit is contained in:
Steven
2023-08-02 21:57:32 +08:00
parent 98d4bb40b2
commit b365355610
6 changed files with 83 additions and 244 deletions

View File

@ -24,7 +24,7 @@ func (e RowStatus) String() string {
return ""
}
func convertStorepbRowStatus(status string) storepb.RowStatus {
func convertRowStatusStringToStorepb(status string) storepb.RowStatus {
switch status {
case "NORMAL":
return storepb.RowStatus_NORMAL