ui

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2021 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func New

func New() *App

func (*App) Start

func (app *App) Start()

type Content

type Content struct {
	*cview.TextView
	// contains filtered or unexported fields
}

func NewContentView

func NewContentView(app *App) *Content

func (*Content) Update

func (c *Content) Update()

type DagInfo

type DagInfo struct {
	*cview.TreeView
	// contains filtered or unexported fields
}

func NewDagInfo

func NewDagInfo(app *App) *DagInfo

func (*DagInfo) Update

func (i *DagInfo) Update()

type FileInfo

type FileInfo struct {
	*cview.TextView
	// contains filtered or unexported fields
}

func NewFileInfo

func NewFileInfo(app *App) *FileInfo

func (*FileInfo) Update

func (i *FileInfo) Update()

type PeerTable

type PeerTable struct {
	*cview.Table
	// contains filtered or unexported fields
}

func NewPeerTable

func NewPeerTable(app *App) *PeerTable

func (*PeerTable) Update

func (r *PeerTable) Update()

type RepoTree

type RepoTree struct {
	*cview.TreeView
	// contains filtered or unexported fields
}

func NewRepoTree

func NewRepoTree(app *App) *RepoTree

func (*RepoTree) Update

func (r *RepoTree) Update()

type State

type State struct {
	// contains filtered or unexported fields
}

func NewState

func NewState(app *App) *State

func (*State) SetItem

func (s *State) SetItem(e TreeEntry)

type TreeEntry

type TreeEntry struct {
	// contains filtered or unexported fields
}

type Widget

type Widget interface {
	Update()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL