package starter
import "github.com/coreos/etcd/migrate/starter"
Index ¶
Functions ¶
func StartDesiredVersion ¶
func StartDesiredVersion(args []string)
Types ¶
type TLSInfo ¶
type TLSInfo struct { CertFile string `json:"CertFile"` KeyFile string `json:"KeyFile"` CAFile string `json:"CAFile"` }
TLSInfo holds the SSL certificates paths.
func (TLSInfo) ClientConfig ¶
Generates a tls.Config object for a client from the given files.
func (TLSInfo) Scheme ¶
func (TLSInfo) ServerConfig ¶
Generates a tls.Config object for a server from the given files.
Source Files ¶
- Version
- v2.0.1+incompatible
- Published
- Feb 11, 2015
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 40 minutes ago –
Tools for package owners.