mirror of
https://github.com/openziti/zrok.git
synced 2025-03-11 21:38:47 +01:00
7 lines
79 B
Go
7 lines
79 B
Go
package endpoints
|
|
|
|
type TlsConfig struct {
|
|
CertPath string
|
|
KeyPath string
|
|
}
|