Documentation
¶
Index ¶
- type AddRepoMsg
- type DebounceEndMsg
- type DefaultValueMsg
- type DeleteMsg
- type EditorFinishedMsg
- type History
- type HistoryMsg
- type HooksMsg
- type HubSearchDefaultValueMsg
- type HubSearchResultMsg
- type InitAppMsg
- type InstallMsg
- type ListReleasesMsg
- type ListRepoMsg
- type ManifestMsg
- type MetadataMsg
- type NotesMsg
- type PackageVersionsMsg
- type PackagesMsg
- type Pkg
- type Plugin
- type PluginInstallMsg
- type PluginUninstallMsg
- type PluginUpdateMsg
- type PluginsListMsg
- type Release
- type RemoveMsg
- type Repository
- type RollbackMsg
- type UpdateRepoMsg
- type UpgradeMsg
- type ValuesMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRepoMsg ¶
type AddRepoMsg struct {
Err error
}
type DebounceEndMsg ¶
type DebounceEndMsg struct {
Tag int
}
type DefaultValueMsg ¶
type EditorFinishedMsg ¶
type EditorFinishedMsg struct {
Err error
}
type HistoryMsg ¶
type HubSearchResultMsg ¶
type InitAppMsg ¶
type InitAppMsg struct {
Err error
}
type InstallMsg ¶
type InstallMsg struct {
Err error
}
type ListReleasesMsg ¶
type ListRepoMsg ¶
type ManifestMsg ¶
type MetadataMsg ¶
type PackageVersionsMsg ¶
type PackagesMsg ¶
type PluginInstallMsg ¶
type PluginInstallMsg struct {
Err error
}
type PluginUninstallMsg ¶
type PluginUninstallMsg struct {
Err error
}
type PluginUpdateMsg ¶
type PluginUpdateMsg struct {
Err error
}
type PluginsListMsg ¶
type Repository ¶
type RollbackMsg ¶
type RollbackMsg struct {
Err error
}
type UpdateRepoMsg ¶
type UpdateRepoMsg struct {
Err error
}
type UpgradeMsg ¶
type UpgradeMsg struct {
Err error
}
Click to show internal directories.
Click to hide internal directories.