Update options to be public. This means people can implement the interfaces and actually use the options
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package broker
|
||||
|
||||
type Options struct{}
|
||||
type Options struct {
|
||||
|
||||
// Other options to be used by broker implementations
|
||||
Options map[string]string
|
||||
}
|
||||
|
||||
type PublishOptions struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user