Versions in this module Expand all Collapse all v0 v0.4.0 Dec 2, 2023 Changes in this version + type QuoteData struct + Author string + Content string + Tags []string + type QuotesView struct + func New() *QuotesView + func (l *QuotesView) Primitive() tview.Primitive + func (l *QuotesView) Start() + func (l *QuotesView) Stop() + func (l *QuotesView) Update() error