mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +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")
|