package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev
# Interfaces
Component is the interface all services implement.
DataCoord is the interface `datacoord` package implements.
DataCoordClient is the client interface for datacoord server.
DataCoordComponent defines the interface of DataCoord component.
DataNode is the interface `datanode` package implements.
DataNodeClient is the client interface for datanode server.
DataNodeComponent is used by grpc server of DataNode
go:generate mockery --name=DataNodeComponent --structname=MockDataNode --output=../mocks --filename=mock_datanode.go --with-expecter.
IndexNode is the interface `indexnode` package implements.
IndexNodeClient is the client interface for indexnode server.
IndexNodeComponent is used by grpc server of IndexNode.
Limiter defines the interface to perform request rate limiting.
Proxy is the interface `proxy` package implements.
ProxyClient is the client interface for proxy server.
ProxyComponent defines the interface of proxy component.
QueryCoord is the interface `querycoord` package implements.
QueryCoordClient is the client interface for querycoord server.
QueryCoordComponent is used by grpc server of QueryCoord
go:generate mockery --name=QueryCoordComponent --structname=MockQueryCoord --output=../mocks --filename=mock_querycoord.go --with-expecter.
QueryNode is the interface `querynode` package implements.
No description provided by the author
QueryNodeComponent is used by grpc server of QueryNode
go:generate mockery --name=QueryNodeComponent --structname=MockQueryNode --output=../mocks --filename=mock_querynode.go --with-expecter.
RootCoord is the interface `rootcoord` package implements
go:generate mockery --name=RootCoord --output=../mocks --filename=mock_rootcoord.go --with-expecter.
RootCoordClient is the client interface for rootcoord server.
RootCoordComponent is used by grpc server of RootCoord.