mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add Manager implemenation assertion (#9038)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user