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

Function newKeysTabModel

internal/tui/keys_tab.go:54–63  ·  view source on GitHub ↗
(client *Client)

Source from the content-addressed store, hash-verified

52}
53
54func newKeysTabModel(client *Client) keysTabModel {
55 ti := textinput.New()
56 ti.CharLimit = 512
57 ti.Prompt = " Key: "
58 return keysTabModel{
59 client: client,
60 confirm: -1,
61 editInput: ti,
62 }
63}
64
65func (m keysTabModel) Init() tea.Cmd {
66 return m.fetchKeys

Callers 1

NewAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected