mock

package
v0.0.0-...-46d7da7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCA

type FakeCA struct {
	SignedCert    []byte
	SignErr       *ca.Error
	KeyCertBundle util.KeyCertBundle
}

FakeCA is a mock of CertificateAuthority.

func (*FakeCA) GetCAKeyCertBundle

func (ca *FakeCA) GetCAKeyCertBundle() util.KeyCertBundle

GetCAKeyCertBundle returns KeyCertBundle if KeyCertBundle is not nil, otherwise, it returns an empty FakeKeyCertBundle.

func (*FakeCA) Sign

func (ca *FakeCA) Sign([]byte, time.Duration, bool) ([]byte, error)

Sign returns the SignErr if SignErr is not nil, otherwise, it returns SignedCert.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL