Versions in this module Expand all Collapse all v0 v0.1.7 Jun 10, 2024 v0.1.6 Jun 9, 2024 Changes in this version + const CYAN + const MAGENTA + var CYAN_CELL_COLOR = tcell.NewRGBColor(CYAN_RGB.R(), CYAN_RGB.G(), CYAN_RGB.B()) + var CYAN_RGB = RGB + var MAGENTA_CELL_COLOR = tcell.NewRGBColor(MAGENTA_RGB.R(), MAGENTA_RGB.G(), MAGENTA_RGB.B()) + var MAGENTA_RGB = RGB + func BuildApplication(commitHistory []*model.Commit, version string) *tview.Application + func BuildCommitTable(commitHistory []*model.Commit) *tview.Table + func BuildDiffView(originalText, newText *tview.TextView) *tview.Flex + func BuildSliceTreeNode[T any](field reflect.Value, root *tview.TreeNode, obj any, label string) + func BuildTextView() *tview.TextView + func BuildTreeMapNode(field reflect.Value, root *tview.TreeNode) + func BuildTreeModel(doc libopenapi.Document, changes *whatChangedModel.DocumentChanges) *tview.TreeNode + func BuildTreeView(commit *model.Commit) *tview.TreeView + func CreateNode(name string, object any) *tview.TreeNode + func DigIntoObject[T any](root, node *tview.TreeNode, field reflect.Value) + func RegisterModelsWithCommitTable(table *tview.Table, commitHistory []*model.Commit, treeView *tview.TreeView, ...) + func RenderDiff(left, right *tview.TextView, diffView *tview.Flex, change *whatChanged.Change) + func ResetTableColors(table *tview.Table, row int, highlight tcell.Color) + type ColorType int + type RGB []int32 + func (r RGB) B() int32 + func (r RGB) G() int32 + func (r RGB) R() int32 + type ViewType int