mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
8 lines
190 B
Go
8 lines
190 B
Go
package funcutil
|
|
|
|
import "github.com/zilliztech/milvus-distributed/internal/proto/internalpb2"
|
|
|
|
type StateComponent interface {
|
|
GetComponentStates() (*internalpb2.ComponentStates, error)
|
|
}
|