Skip to content

Commit

Permalink
Commit client.go
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Oct 24, 2024
1 parent 5a6dd60 commit f82b260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ type Client interface {
GetIndexState(ctx context.Context, collName string, fieldName string, opts ...IndexOption) (entity.IndexState, error)
// AlterIndex modifies the index params.
AlterIndex(ctx context.Context, collName, indexName string, opts ...IndexOption) error
// GetIndexBuildProgress get index building progress
GetIndexBuildProgress(ctx context.Context, collName string, fieldName string, opts ...IndexOption) (total, indexed int64, err error)

// -- basic operation --

Expand Down

0 comments on commit f82b260

Please sign in to comment.