feature

package
v0.0.0-...-075a06a Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cleaner

type Cleaner interface {
	Invalidates(ctx *context.Context, certificate *core.Certificate) (certificates []*core.ServerCertificate, err error)

	Delete(ctx *context.Context, certificate *core.ServerCertificate) (err error)
}

type Refresher

type Refresher interface {
	Upload(ctx *context.Context, local *core.Certificate) (certificate *core.ServerCertificate, err error)

	Domains(ctx *context.Context) (domains []*core.Domain, err error)

	Bind(ctx *context.Context, certificate *core.ServerCertificate, domain *core.Domain) (record *core.Record, err error)

	Check(ctx *context.Context, record *core.Record) (checked bool, err error)
}

Jump to

Keyboard shortcuts

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