Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointCreateModel ¶
type EndpointCreateModel struct { Name string Endpoint string Lambda *api.Lambda EndpointCreator EndpointCreator LambdaLister lambda.LambdaLister // contains filtered or unexported fields }
func InitEndpointCreateModel ¶
func InitEndpointCreateModel(m *EndpointCreateModel) *EndpointCreateModel
func (EndpointCreateModel) Init ¶
func (m EndpointCreateModel) Init() tea.Cmd
func (EndpointCreateModel) View ¶
func (m EndpointCreateModel) View() string
type EndpointCreateResponse ¶
type EndpointCreateResponseMsg ¶
type EndpointCreateResponseMsg struct {
Resp *EndpointCreateResponse
}
type EndpointCreator ¶
type EndpointListModel ¶
type EndpointListModel struct { Lister EndpointLister // contains filtered or unexported fields }
func InitEndpointListModel ¶
func InitEndpointListModel(m *EndpointListModel) *EndpointListModel
func (EndpointListModel) Init ¶
func (m EndpointListModel) Init() tea.Cmd
func (EndpointListModel) View ¶
func (m EndpointListModel) View() string
type EndpointListResponse ¶
type EndpointListResponseMsg ¶
type EndpointListResponseMsg struct {
Resp *EndpointListResponse
}
type EndpointLister ¶
Click to show internal directories.
Click to hide internal directories.