Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issuer ¶
type Issuer struct { FakeSetup func(context.Context) error FakeIssue func(context.Context, *cmapi.Certificate) (*issuer.IssueResponse, error) }
func (*Issuer) Issue ¶
func (i *Issuer) Issue(ctx context.Context, crt *cmapi.Certificate) (*issuer.IssueResponse, error)
Issue attempts to issue a certificate as described by the certificate resource given
Click to show internal directories.
Click to hide internal directories.