certmagic

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2019 License: Apache-2.0 Imports: 14 Imported by: 10

Documentation

Overview

Package certmagic is the ACME provider from github.com/mholt/certmagic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(options ...acme.Option) acme.Provider

New returns a certmagic provider

func NewStorage added in v1.13.0

func NewStorage(lock lock.Lock, store store.Store) certmagic.Storage

NewStorage returns a certmagic.Storage backed by a go-micro/lock and go-micro/store

Types

type File

type File struct {
	// last modified time
	LastModified time.Time
	// Contents
	Contents []byte
}

File represents a "File" that will be stored in store.Store - the contents and last modified time

Jump to

Keyboard shortcuts

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