Versions in this module Expand all Collapse all v0 v0.0.2 Oct 30, 2019 Changes in this version + func GetEazyHomeDir() (string, error) v0.0.1 Oct 5, 2019 Changes in this version + func BuildAndRunContainer(ctx context.Context, eazy models.EazyYml, cfg models.DockerConfig, ...) (string, error) + func CreateGitClient() + func GetDependencies(in models.EazyYml, out *[]models.EazyYml, sshKeyPath string) error + func GetEazyYmlFromRepository(uri string, ssKey string) ([]byte, error) + func GetHttpClient() *http.Client + func GetPeerDependencies(in models.EazyYml, out *[]models.EazyYml, peers map[string]bool, ...) error + func GetRepository(uri string, sshKey string) (string, error) + func GetSSHAuth(keyPath string) (transport.AuthMethod, error) + func KillContainer(ctx context.Context, id string) error + func SetUpSSHKeys() error + func StartContainerByEazyYml(ctx context.Context, eazy models.EazyYml, imageOverride string, ...) (string, error)