mirror of
https://github.com/openziti/zrok.git
synced 2026-08-24 10:14:56 -05:00
8 lines
214 B
Go
8 lines
214 B
Go
package dynamicProxyController
|
|
|
|
type Config struct {
|
|
IdentityPath string `dd:"+required"`
|
|
ServiceName string `dd:"+required"`
|
|
AmqpPublisher *AmqpPublisherConfig `dd:"+required"`
|
|
}
|