mirror of https://github.com/milvus-io/milvus.git
Add Manager implemenation assertion (#9038)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/9077/head
parent
1d5062b63a
commit
a5cd484ff2
|
@ -86,6 +86,9 @@ type Allocation struct {
|
|||
ExpireTime Timestamp
|
||||
}
|
||||
|
||||
// make sure SegmentManager implements Manager
|
||||
var _ Manager = (*SegmentManager)(nil)
|
||||
|
||||
// SegmentManager handles segment related logic
|
||||
type SegmentManager struct {
|
||||
meta *meta
|
||||
|
|
Loading…
Reference in New Issue