milvus/internal/util/funcutil/interface.go

8 lines
190 B
Go

package funcutil
import "github.com/zilliztech/milvus-distributed/internal/proto/internalpb2"
type StateComponent interface {
GetComponentStates() (*internalpb2.ComponentStates, error)
}