2022-07-21 22:43:42 +02:00
|
|
|
package controller
|
|
|
|
|
2022-07-22 19:53:39 +02:00
|
|
|
import "github.com/openziti-test-kitchen/zrok/controller/store"
|
|
|
|
|
2022-07-21 22:43:42 +02:00
|
|
|
type Config struct {
|
2022-07-22 19:53:39 +02:00
|
|
|
Host string
|
|
|
|
Port int
|
|
|
|
Store *store.Config
|
2022-07-21 22:43:42 +02:00
|
|
|
}
|