mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
orchestrator: move broker component as orchestrator
We can have one main subcomponent per component. We don't do that for the inlet component as there is more configuration.
This commit is contained in:
10
orchestrator/config.go
Normal file
10
orchestrator/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package orchestrator
|
||||
|
||||
// Configuration describes the configuration for the broker.
|
||||
type Configuration struct {
|
||||
}
|
||||
|
||||
// DefaultConfiguration represents the default configuration for the broker.
|
||||
func DefaultConfiguration() Configuration {
|
||||
return Configuration{}
|
||||
}
|
||||
Reference in New Issue
Block a user