driver

package
v0.0.0-...-9860a48 Latest Latest
Warning

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

Go to latest
Published: May 2, 2018 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertResult

type CertResult struct {
	Name     string
	Type     string
	CN       string
	AltNames string
	TSAURL   string
}

type ProfileResult

type ProfileResult struct {
	Name       string
	Cert       CertResult
	DockerHost string
}

type Storager

type Storager interface {
	AddCert(name, ptype, cn, altNames, caUrl string)
	RemoveCert(name string) error
	GetCert(name string) CertResult
	ListCerts() []CertResult

	AddProfile(name, certName, dockerHost string)
	RemoveProfile(name string)
	GetProfile(name string) ProfileResult
	ListProfiles() []ProfileResult

	End()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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