Versions in this module Expand all Collapse all v0 v0.0.1 May 30, 2021 Changes in this version + type Config struct + ColumnsPerPage int + Organization string + ProjectID int64 + Repository string + type Dependencies struct + Github providers.Github + Logger zerolog.Logger + type GTUIClient struct + func NewGTUIClient(cfg Config, deps Dependencies) *GTUIClient + func (g *GTUIClient) ListEnterHandler(i int, mainText string, secondaryText string, shortcut rune) + func (g *GTUIClient) ListInputCapture(currentColumn *column, list *tview.List) func(event *tcell.EventKey) *tcell.EventKey + func (g *GTUIClient) Start() error