package
Version:
v0.0.0-...-1a29aff
Opens a new window with list of versions in this module.
Published: Mar 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
TicketTotals retrieves and displays the report information
type TicketReport struct {
TicketID int64 `json:"id"`
Description string `json:"description"`
Total float64 `json:"total"`
Totals []Total `json:"totals"`
}
TicketReport represents represents ticket data given some parameters
type Total struct {
StartTime time.Time `json:"start_time"`
EndTime time.Time `json:"end_time"`
Total float64 `json:"total"`
}
Total is the total time/amount between two times
Source Files
¶
Click to show internal directories.
Click to hide internal directories.