mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
7 lines
79 B
Go
7 lines
79 B
Go
|
package endpoints
|
||
|
|
||
|
type TlsConfig struct {
|
||
|
CertPath string
|
||
|
KeyPath string
|
||
|
}
|