Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PGCertStore ¶ added in v0.1.3
type PGCertStore struct {
// contains filtered or unexported fields
}
PGCertStore implements autocert.Cache backed by Postgres.
func NewPGCertStore ¶ added in v0.1.3
func NewPGCertStore(pool *pgxpool.Pool) *PGCertStore
func (*PGCertStore) Delete ¶ added in v0.1.3
func (s *PGCertStore) Delete(ctx context.Context, key string) error
Click to show internal directories.
Click to hide internal directories.