bundle

package
v0.0.0-...-a0d7459 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2017 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package bundle defines an API endpoint for functions dealing with bundles.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle interface {
	// GetChanges returns the list of changes required to deploy the given
	// bundle data.
	GetChanges(params.BundleChangesParams) (params.BundleChangesResults, error)
}

Bundle defines the API endpoint used to retrieve bundle changes.

func NewFacade

func NewFacade(auth facade.Authorizer) (Bundle, error)

NewFacade creates and returns a new Bundle API facade.

Jump to

Keyboard shortcuts

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