zrok/endpoints/config.go

7 lines
79 B
Go
Raw Normal View History

package endpoints
type TlsConfig struct {
CertPath string
KeyPath string
}