Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Certificate ¶
type Certificate struct {
PrivateKey *rsa.PrivateKey
CertFile string
KeyFile string
Certificate *x509.Certificate
}
func NewCertificate ¶
func NewCertificate(t *testing.T) Certificate
func (Certificate) Client ¶
func (c Certificate) Client() *http.Client
Click to show internal directories.
Click to hide internal directories.