Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewAccessor func(rel Releaser) (Accessor, error) = newDefaultAccessor //nolint:revive
View Source
var NewHookAccessor func(rel Hook) (HookAccessor, error) = newDefaultHookAccessor //nolint:revive
Functions ¶
This section is empty.
Types ¶
type HookAccessor ¶
type UninstallReleaseResponse ¶
type UninstallReleaseResponse struct {
// Release is the release that was marked deleted.
Release Releaser `json:"release,omitempty"`
// Info is an uninstall message
Info string `json:"info,omitempty"`
}
UninstallReleaseResponse represents a successful response to an uninstall request.
Click to show internal directories.
Click to hide internal directories.