Newer
Older
"code.fbi.h-da.de/cocsn/gosdn/cmd/gosdn-tview/app"
commands "code.fbi.h-da.de/cocsn/gosdn/cmd/gosdn-tview/grpc"
func (cv *CommandListView) GetContent() tview.Primitive {
return cv.commandsList
func (cv *CommandListView) GetCommands(app *app.App, rv *ResultAndInputView,
for i, command := range commands.CommandList {
f := command.Function
AddItem(command.Name, command.Description, rune('a'+i), func() {
cv.commandsList.AddItem("quit", "closes the application", 'q', func() {