types

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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 DefaultValueMsg struct {
	Content string
	Err     error
}

type DeleteMsg

type DeleteMsg struct {
	Err error
}

type EditorFinishedMsg

type EditorFinishedMsg struct {
	Err error
}

type History

type History struct {
	Revision    int    `json:"revision"`
	Updated     string `json:"updated"`
	Status      string `json:"status"`
	Chart       string `json:"chart"`
	AppVersion  string `json:"app_version"`
	Description string `json:"description"`
}

type HistoryMsg

type HistoryMsg struct {
	Content []table.Row
	Err     error
}

type HooksMsg

type HooksMsg struct {
	Err     error
	Content string
}

type HubSearchDefaultValueMsg

type HubSearchDefaultValueMsg struct {
	Content string
	Err     error
}

type HubSearchResultMsg

type HubSearchResultMsg struct {
	Content []table.Row
	Err     error
}

type InitAppMsg

type InitAppMsg struct {
	Err error
}

type InstallMsg

type InstallMsg struct {
	Err error
}

type ListReleasesMsg

type ListReleasesMsg struct {
	Content []table.Row
	Err     error
}

type ListRepoMsg

type ListRepoMsg struct {
	Content []table.Row
	Err     error
}

type ManifestMsg

type ManifestMsg struct {
	Err     error
	Content string
}

type MetadataMsg

type MetadataMsg struct {
	Err     error
	Content string
}

type NotesMsg

type NotesMsg struct {
	Err     error
	Content string
}

type PackageVersionsMsg

type PackageVersionsMsg struct {
	Content []table.Row
	Err     error
}

type PackagesMsg

type PackagesMsg struct {
	Content []table.Row
	Err     error
}

type Pkg

type Pkg struct {
	Name        string `json:"name"`
	Version     string `json:"version"`
	AppVersion  string `json:"app_version"`
	Description string `json:"description"`
}

type Plugin

type Plugin struct {
	Name        string `json:"name"`
	Version     string `json:"version"`
	Description string `json:"description"`
}

type PluginInstallMsg

type PluginInstallMsg struct {
	Err error
}

type PluginUninstallMsg

type PluginUninstallMsg struct {
	Err error
}

type PluginUpdateMsg

type PluginUpdateMsg struct {
	Err error
}

type PluginsListMsg

type PluginsListMsg struct {
	Content []table.Row
	Err     error
}

type Release

type Release struct {
	Name       string `json:"name"`
	Namespace  string `json:"namespace"`
	Revision   string `json:"revision"`
	Updated    string `json:"updated"`
	Status     string `json:"status"`
	Chart      string `json:"chart"`
	AppVersion string `json:"app_version"`
}

type RemoveMsg

type RemoveMsg struct {
	Err error
}

type Repository

type Repository struct {
	Name string `json:"name"`
	URL  string `json:"url"`
}

type RollbackMsg

type RollbackMsg struct {
	Err error
}

type UpdateRepoMsg

type UpdateRepoMsg struct {
	Err error
}

type UpgradeMsg

type UpgradeMsg struct {
	Err error
}

type ValuesMsg

type ValuesMsg struct {
	Err     error
	Content string
}

Jump to

Keyboard shortcuts

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