driver

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2015 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Overview

Package driver defines the interface that all drivers need to implement.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	RunCommand(args []string) error
	Upload(dst string, src ...string) error
	String() string
}

A Driver is responsible for running commands on and uploading files to a machine using whatever mechanism is available.

Directories

Path Synopsis
Package kitchen implements a driver based on Test Kitchen.
Package kitchen implements a driver based on Test Kitchen.
Package local implements a driver that provisions the host system.
Package local implements a driver that provisions the host system.
Package ssh implements a driver based on OpenSSH.
Package ssh implements a driver based on OpenSSH.
Package vagrant implements a driver based on Vagrant.
Package vagrant implements a driver based on Vagrant.

Jump to

Keyboard shortcuts

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