mcnutils

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2015 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GithubAPIToken string
)

Functions

func CopyFile

func CopyFile(src, dst string) error

func DumpVal

func DumpVal(vals ...interface{})

func GenerateRandomID

func GenerateRandomID() string

GenerateRandomID returns an unique id

func GetHomeDir

func GetHomeDir() string

GetHomeDir returns the home directory TODO: Having this here just strikes me as dangerous, but some of the drivers depend on it ;_;

func GetUsername

func GetUsername() string

func LocalOSVersion added in v0.5.3

func LocalOSVersion() string

func TruncateID

func TruncateID(id string) string

TruncateID returns a shorten id Following two functions are from github.com/docker/docker/utils module. It was way overkill to include the whole module, so we just have these bits that we're using here.

func WaitFor

func WaitFor(f func() bool) error

func WaitForSpecific

func WaitForSpecific(f func() bool, maxAttempts int, waitInterval time.Duration) error

func WaitForSpecificOrError

func WaitForSpecificOrError(f func() (bool, error), maxAttempts int, waitInterval time.Duration) error

Types

type B2dUtils

type B2dUtils struct {
	// contains filtered or unexported fields
}

func NewB2dUtils

func NewB2dUtils(storePath string) *B2dUtils

func (*B2dUtils) CopyIsoToMachineDir

func (b *B2dUtils) CopyIsoToMachineDir(isoURL, machineName string) error

func (*B2dUtils) DownloadISO

func (b *B2dUtils) DownloadISO(dir, file, isoURL string) error

DownloadISO downloads boot2docker ISO image for the given tag and save it at dest.

func (*B2dUtils) DownloadISOFromURL

func (b *B2dUtils) DownloadISOFromURL(latestReleaseURL string) error

func (*B2dUtils) DownloadLatestBoot2Docker

func (b *B2dUtils) DownloadLatestBoot2Docker(apiURL string) error

func (*B2dUtils) GetLatestBoot2DockerReleaseURL

func (b *B2dUtils) GetLatestBoot2DockerReleaseURL(apiURL string) (string, error)

GetLatestBoot2DockerReleaseURL gets the latest boot2docker release tag name (e.g. "v0.6.0"). FIXME: find or create some other way to get the "latest release" of boot2docker since the GitHub API has a pretty low rate limit on API requests

type ReaderWithProgress added in v0.5.1

type ReaderWithProgress struct {
	io.ReadCloser
	// contains filtered or unexported fields
}

func (*ReaderWithProgress) Close added in v0.5.1

func (r *ReaderWithProgress) Close() error

func (*ReaderWithProgress) Read added in v0.5.1

func (r *ReaderWithProgress) Read(p []byte) (int, error)

Jump to

Keyboard shortcuts

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