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.5+incompatible
- Published
- Mar 11, 2015
- Platform
- js/wasm
- Imports
- 22 packages
- Last checked
- 10 minutes ago –
Tools for package owners.