mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 00:15:30 +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")
|