Documentation ¶
Index ¶
- Constants
- type LambdaCreateModel
- type LambdaCreateResponse
- type LambdaCreateResponseMsg
- type LambdaCreator
- type LambdaDestroyModel
- type LambdaDestroyResponse
- type LambdaDestroyResponseMsg
- type LambdaDestroyer
- type LambdaListModel
- type LambdaListResponse
- type LambdaListResponseMsg
- type LambdaLister
- type LambdaStartModel
- type LambdaStartResponse
- type LambdaStartResponseMsg
- type LambdaStarter
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LambdaCreateModel ¶
type LambdaCreateModel struct { Name string LambdaType string Path string Runtime *api.Runtime LambdaCreator LambdaCreator RuntimeLister runtime.RuntimeLister // contains filtered or unexported fields }
func InitLambdaCreateModel ¶
func InitLambdaCreateModel(m *LambdaCreateModel) *LambdaCreateModel
func (LambdaCreateModel) GetLambda ¶
func (m LambdaCreateModel) GetLambda() *api.Lambda
func (LambdaCreateModel) Init ¶
func (m LambdaCreateModel) Init() tea.Cmd
func (LambdaCreateModel) View ¶
func (m LambdaCreateModel) View() string
type LambdaCreateResponse ¶
type LambdaCreateResponseMsg ¶
type LambdaCreateResponseMsg struct {
Resp *LambdaCreateResponse
}
type LambdaCreator ¶
type LambdaDestroyModel ¶
type LambdaDestroyModel struct { LambdaID string Destroyer LambdaDestroyer // contains filtered or unexported fields }
func InitLambdaDestroyModel ¶
func InitLambdaDestroyModel(m *LambdaDestroyModel) *LambdaDestroyModel
func (LambdaDestroyModel) Init ¶
func (m LambdaDestroyModel) Init() tea.Cmd
func (LambdaDestroyModel) View ¶
func (m LambdaDestroyModel) View() string
type LambdaDestroyResponse ¶
type LambdaDestroyResponse struct {
Err error
}
type LambdaDestroyResponseMsg ¶
type LambdaDestroyResponseMsg struct {
Resp *LambdaDestroyResponse
}
type LambdaDestroyer ¶
type LambdaListModel ¶
type LambdaListModel struct { Lister LambdaLister // contains filtered or unexported fields }
func InitLambdaListModel ¶
func InitLambdaListModel(m *LambdaListModel) *LambdaListModel
func (LambdaListModel) Init ¶
func (m LambdaListModel) Init() tea.Cmd
func (LambdaListModel) View ¶
func (m LambdaListModel) View() string
type LambdaListResponse ¶
type LambdaListResponseMsg ¶
type LambdaListResponseMsg struct {
Resp *LambdaListResponse
}
type LambdaLister ¶
type LambdaStartModel ¶
type LambdaStartModel struct { LambdaID string Starter LambdaStarter // contains filtered or unexported fields }
func InitLambdaStartModel ¶
func InitLambdaStartModel(m *LambdaStartModel) *LambdaStartModel
func (LambdaStartModel) Init ¶
func (m LambdaStartModel) Init() tea.Cmd
func (LambdaStartModel) View ¶
func (m LambdaStartModel) View() string
type LambdaStartResponse ¶
type LambdaStartResponseMsg ¶
type LambdaStartResponseMsg struct {
Resp *LambdaStartResponse
}
type LambdaStarter ¶
Click to show internal directories.
Click to hide internal directories.