MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / newDashboardModel

Function newDashboardModel

internal/tui/dashboard.go:36–40  ·  view source on GitHub ↗
(client *Client)

Source from the content-addressed store, hash-verified

34}
35
36func newDashboardModel(client *Client) dashboardModel {
37 return dashboardModel{
38 client: client,
39 }
40}
41
42func (m dashboardModel) Init() tea.Cmd {
43 return m.fetchData

Callers 1

NewAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected