package api
import (
"crypto/tls"
"crypto/x509"
)
type Config struct {
EndPoint string
RootCA *x509.CertPool
Cert tls.Certificate
}