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