helpers

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestAPIClient

type TestAPIClient struct {
	T      *testing.T
	Client *rclient.RestClient
}

func NewTestAPIClient

func NewTestAPIClient(t *testing.T, endpoint, token string) *TestAPIClient

func (*TestAPIClient) CreateRepository

func (a *TestAPIClient) CreateRepository(owner, name string)

func (*TestAPIClient) DeleteRepository

func (a *TestAPIClient) DeleteRepository(owner, name string)

type TestDockerClient

type TestDockerClient struct {
	T *testing.T
}

func NewTestDockerClient

func NewTestDockerClient(t *testing.T) *TestDockerClient

func (*TestDockerClient) Build

func (d *TestDockerClient) Build(tag string, buildArgs map[string]string)

func (*TestDockerClient) Pull

func (d *TestDockerClient) Pull(tag string)

func (*TestDockerClient) Push

func (d *TestDockerClient) Push(tag string)

func (*TestDockerClient) RMI

func (d *TestDockerClient) RMI(tag string)

Jump to

Keyboard shortcuts

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