chore(proto): update proto

This commit is contained in:
bandl 2021-10-24 00:39:07 +08:00
parent 3c8d4fd89b
commit b32606ee15
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ func (s *serverSingle) GetRange(
}, nil
}
func (s *serverSingle) Getset(
func (s *serverSingle) GetSet(
ctx context.Context,
req *proto.GetSetRequest,
) (*proto.GetSetResponse, error) {