Add extra options to be used by others that need them

This commit is contained in:
Asim
2015-12-31 18:14:40 +00:00
parent 64b45f7846
commit 191e835aa9
5 changed files with 26 additions and 5 deletions

View File

@@ -6,10 +6,16 @@ import (
type Options struct {
Registry registry.Registry
// Other options to be used by broker implementations
Options map[string]string
}
type SelectOptions struct {
Filters []SelectFilter
// Other options to be used by broker implementations
Options map[string]string
}
// Option used to initialise the selector