mirror of https://github.com/milvus-io/milvus.git
parent
e4f0d4bab6
commit
12fb8290b9
|
@ -14,6 +14,7 @@ package mqclient
|
|||
import "context"
|
||||
|
||||
type ProducerOptions struct {
|
||||
// The topic that this Producer will publish
|
||||
Topic string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue