mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
7 lines
132 B
Go
7 lines
132 B
Go
package mqwrapper
|
|
|
|
import "errors"
|
|
|
|
// ErrTopicNotExist topic not exist error.
|
|
var ErrTopicNotExist = errors.New("topic not exist")
|