mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
10 lines
154 B
Go
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
|
|
}
|