Documentation
¶
Index ¶
- Constants
- func CreateChangeCmd() tea.Cmd
- func InitStyle(theme *styles.Theme, commonStyles *styles.CommonStyle)
- type ActiveView
- type CopyProfileMsg
- type CreateProfileFinishedMsg
- type CreateProfileMsg
- type DeleteProfileMsg
- type EditProfileFinishedMsg
- type EditProfileMsg
- type Mode
- type Model
- type PreviewProfileMsg
- type Profile
- type ProfileSelectCancelledMsg
- type ProfileSelectedMsg
- type ProfilesChangedMsg
- type RenameProfileMsg
- type Styles
Constants ¶
View Source
const ( CreateProfile = "CreateProfile" EditProfile = "EditProfile" RenameProfile = "RenameProfile" DeleteProfile = "DeleteProfile" CopyProfile = "CopyProfile" )
View Source
const ( CreateProfileLabel = "" /* 293-byte string literal not displayed */ RenameProfileLabel = "Rename your profile" CopyProfileLabel = "Choose a name to your profile" )
Variables ¶
This section is empty.
Functions ¶
func CreateChangeCmd ¶
Types ¶
type CopyProfileMsg ¶
type CopyProfileMsg struct {
Profile Profile
}
type CreateProfileFinishedMsg ¶
type CreateProfileFinishedMsg struct {
// contains filtered or unexported fields
}
type CreateProfileMsg ¶
type CreateProfileMsg struct{}
type DeleteProfileMsg ¶
type DeleteProfileMsg struct {
Profile Profile
}
type EditProfileFinishedMsg ¶
type EditProfileFinishedMsg struct {
Profile Profile
// contains filtered or unexported fields
}
type EditProfileMsg ¶
type EditProfileMsg struct {
Profile Profile
}
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func NewEmbedded ¶
func (*Model) GetHelpKeys ¶ added in v1.3.0
type PreviewProfileMsg ¶
type PreviewProfileMsg struct {
Profile Profile
}
type Profile ¶
type Profile struct {
Name string
Variables int
PrivateVariables int
OsEnvVariables int
ProfileModel *model.Profile
}
func (Profile) Description ¶
func (Profile) FilterValue ¶
type ProfileSelectCancelledMsg ¶
type ProfileSelectCancelledMsg struct{}
type ProfileSelectedMsg ¶
type ProfileSelectedMsg struct {
Profile Profile
}
type ProfilesChangedMsg ¶
type ProfilesChangedMsg struct{}
type RenameProfileMsg ¶
type RenameProfileMsg struct {
Profile Profile
}
Click to show internal directories.
Click to hide internal directories.