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.
Click to show internal directories.
Click to hide internal directories.