Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
func
newDashboardModel(client *Client) dashboardModel {
37
return
dashboardModel{
38
client: client,
39
}
40
}
41
42
func
(m dashboardModel) Init() tea.Cmd {
43
return
m.fetchData
Callers
1
NewApp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected