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 ¶
Click to show internal directories.
Click to hide internal directories.