From 22e0fc8701d66695c4e4eeb025b4c88af246ebe7 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Fri, 17 Dec 2021 18:46:38 +0800 Subject: [PATCH] [skip e2e] Add comment for DropAliasTask (#13626) Signed-off-by: shaoyue.chen --- internal/proxy/task.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proxy/task.go b/internal/proxy/task.go index c053b652b2..5f991696e8 100644 --- a/internal/proxy/task.go +++ b/internal/proxy/task.go @@ -4857,6 +4857,7 @@ func (c *CreateAliasTask) PostExecute(ctx context.Context) error { return nil } +// DropAliasTask is the task to drop alias type DropAliasTask struct { Condition *milvuspb.DropAliasRequest