Documentation ¶
Index ¶
- Variables
- func NewFilteredList(items []list.Item, width, height int) list.Model
- type ErrorPanel
- func (m *ErrorPanel) Height() int
- func (*ErrorPanel) Init() tea.Cmd
- func (m *ErrorPanel) RaiseError(reason string, cause error) *ErrorPanel
- func (m *ErrorPanel) Resize(width, _ int) Model
- func (m *ErrorPanel) Update(_ tea.Msg) (tea.Model, tea.Cmd)
- func (m *ErrorPanel) View() string
- func (m *ErrorPanel) Width() int
- type Footer
- type Header
- type Model
- type RequestTracer
Constants ¶
This section is empty.
Variables ¶
View Source
var LogConnect goproxy.FuncHttpsHandler = func(host string, ctx *goproxy.ProxyCtx) (*goproxy.ConnectAction, string) {
return goproxy.MitmConnect, host
}
Functions ¶
Types ¶
type ErrorPanel ¶
type ErrorPanel struct {
// contains filtered or unexported fields
}
func NewErrorPanel ¶
func NewErrorPanel() *ErrorPanel
func (*ErrorPanel) Height ¶
func (m *ErrorPanel) Height() int
func (*ErrorPanel) Init ¶
func (*ErrorPanel) Init() tea.Cmd
func (*ErrorPanel) RaiseError ¶
func (m *ErrorPanel) RaiseError(reason string, cause error) *ErrorPanel
func (*ErrorPanel) Resize ¶
func (m *ErrorPanel) Resize(width, _ int) Model
func (*ErrorPanel) View ¶
func (m *ErrorPanel) View() string
func (*ErrorPanel) Width ¶
func (m *ErrorPanel) Width() int
type RequestTracer ¶
type RequestTracer struct {
// contains filtered or unexported fields
}
func NewRequestTracer ¶
func NewRequestTracer(port int) *RequestTracer
func (*RequestTracer) Height ¶
func (m *RequestTracer) Height() int
func (*RequestTracer) Init ¶
func (m *RequestTracer) Init() tea.Cmd
func (*RequestTracer) Resize ¶
func (m *RequestTracer) Resize(width, height int) Model
func (*RequestTracer) View ¶
func (m *RequestTracer) View() string
func (*RequestTracer) Width ¶
func (m *RequestTracer) Width() int
Click to show internal directories.
Click to hide internal directories.