MCPcopy
hub / github.com/qustavo/httplab / ActionFn

FuncType ActionFn

ui/bindings.go:12–12  ·  view source on GitHub ↗

ActionFn is binded to a key combination

func(*gocui.Gui, *gocui.View) error

Source from the content-addressed store, hash-verified

10
11// ActionFn is binded to a key combination
12type ActionFn func(*gocui.Gui, *gocui.View) error
13
14type binding struct {
15 keyCode interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected