Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2023 Changes in this version + const ECEndpointStep + const ECInitStep + const ECLambdaSelectionStep + const ECLambdasLoadingStep + const ECLoadingStep + const ECNameStep + type EndpointCreateModel struct + Endpoint string + EndpointCreator EndpointCreator + Lambda *api.Lambda + LambdaLister lambda.LambdaLister + Name string + func InitEndpointCreateModel(m *EndpointCreateModel) *EndpointCreateModel + func (m EndpointCreateModel) Init() tea.Cmd + func (m EndpointCreateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m EndpointCreateModel) View() string + type EndpointCreateResponse struct + Endpoint *api.Endpoint + Err error + type EndpointCreateResponseMsg struct + Resp *EndpointCreateResponse + type EndpointCreator interface + Create func(name string, path string, lambda string) tea.Cmd + type EndpointListModel struct + Lister EndpointLister + func InitEndpointListModel(m *EndpointListModel) *EndpointListModel + func (m EndpointListModel) Init() tea.Cmd + func (m EndpointListModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m EndpointListModel) View() string + type EndpointListResponse struct + Endpoints []api.Endpoint + Err error + type EndpointListResponseMsg struct + Resp *EndpointListResponse + type EndpointLister interface + List func() tea.Cmd