Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveItems ¶
type ActiveItems struct {
Results Result `json:"result"`
}
func CurrentActiveItems ¶
func CurrentActiveItems(accessToken, assignedToName string, activeOnly bool) (*ActiveItems, error)
type Widget ¶
type Widget struct {
view.ScrollableWidget
// contains filtered or unexported fields
}
A Widget represents a Rollbar widget
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, pages *tview.Pages, settings *Settings) *Widget
NewWidget creates a new instance of a widget
func (*Widget) ConfigText ¶ added in v0.50.0
Click to show internal directories.
Click to hide internal directories.