Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
A Client represents the data required to connect to the BambooHR API
type Employee ¶
* Note: this currently implements the minimum number of fields to fulfill the Away functionality. * Undoubtedly there are more fields than this to an employee
type Item ¶
type Item struct {
Employee Employee `xml:"employee"`
End string `xml:"end"`
Holiday string `xml:"holiday"`
Start string `xml:"start"`
Type string `xml:"type,attr"`
}
func (*Item) PrettyStart ¶
type Widget ¶
type Widget struct {
view.TextWidget
// contains filtered or unexported fields
}
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget
func (*Widget) ConfigText ¶ added in v0.50.0
Click to show internal directories.
Click to hide internal directories.