zrok/controller/config.go
2022-07-22 13:53:39 -04:00

10 lines
154 B
Go

package controller
import "github.com/openziti-test-kitchen/zrok/controller/store"
type Config struct {
Host string
Port int
Store *store.Config
}