cc_client

package
v0.0.0-...-3d889b7 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2018 License: Apache-2.0 Imports: 7 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadResponseError

type BadResponseError struct {
	StatusCode int
}

func (*BadResponseError) Error

func (b *BadResponseError) Error() string

type CcClient

type CcClient interface {
	StagingComplete(stagingGuid string, completionCallback string, payload []byte, logger lager.Logger) error
}

func NewCcClient

func NewCcClient(baseURI string, username string, password string, skipCertVerify bool) CcClient

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter