Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OvertimeReportView ¶
type OvertimeReportView struct {
// contains filtered or unexported fields
}
func NewOvertimeReportView ¶
func NewOvertimeReportView(renderer *Renderer) *OvertimeReportView
func (*OvertimeReportView) ShowAttendanceReport ¶
func (v *OvertimeReportView) ShowAttendanceReport(w http.ResponseWriter, report timesheet.Report)
func (*OvertimeReportView) ShowError ¶
func (v *OvertimeReportView) ShowError(w http.ResponseWriter, err error)
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer is able to render HTML templates. Templates will be compiled the first time they are requested, and cached thereafter.
func NewRenderer ¶
NewRenderer returns a new "Renderer" struct
type RequestReportView ¶
type RequestReportView struct {
// contains filtered or unexported fields
}
func NewRequestReportView ¶
func NewRequestReportView(renderer *Renderer) *RequestReportView
func (*RequestReportView) ShowConfigurationForm ¶
func (v *RequestReportView) ShowConfigurationForm(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.