Documentation ¶
Index ¶
- func AddRate(date time.Time, staff uint64, city uint64, campus uint64) error
- func DeleteInRange(from time.Time, to time.Time) error
- func FetchInRange(from time.Time, to time.Time) (*[]Rate, error)
- func Init() error
- func UpdateForDate(date time.Time, staff uint64, city uint64, campus uint64) error
- type Rate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInRange ¶
DeleteInRange deletes all rate records that are within a provided time range.
func FetchInRange ¶
FetchInRange gets all rate records that are within a provided time range.
Types ¶
Click to show internal directories.
Click to hide internal directories.