certificate

package
v0.1.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: May 26, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateManagerRegistry

type CertificateManagerRegistry struct {
	sync.Mutex
	// contains filtered or unexported fields
}

CertificateManagerRegistry is a object for holding all of certificate managers

func NewCertificateManagerRegistry

func NewCertificateManagerRegistry() *CertificateManagerRegistry

NewCertificateManagerRegistry creates an *CertificateManagerRegistry object

func (*CertificateManagerRegistry) New

New creates a YurtCertificateManager with specified name of registered certificate manager

func (*CertificateManagerRegistry) Register

func (cmr *CertificateManagerRegistry) Register(name string, cm Factory)

Register register a Factory func for creating certificate manager

type Factory

Factory is a function that returns an YurtCertificateManager. The cfg parameter provides the common info for certificate manager

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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