Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct { LeafHubName string `json:"leafHubName"` BundleVersion *status.BundleVersion `json:"bundleVersion"` // contains filtered or unexported fields }
Bundle holds control info passed from LH to HoH.
func (*Bundle) DeleteObject ¶
func (bundle *Bundle) DeleteObject(statusbundle.Object)
DeleteObject function to delete a single object inside a bundle.
func (*Bundle) GetBundleVersion ¶
func (bundle *Bundle) GetBundleVersion() *status.BundleVersion
GetBundleVersion function to get bundle version.
func (*Bundle) UpdateObject ¶
func (bundle *Bundle) UpdateObject(statusbundle.Object)
UpdateObject function to update a single object inside a bundle.
Click to show internal directories.
Click to hide internal directories.