Discover Packages
github.com/actiontech/dms
pkg
periods
package
Version:
v0.0.0-...-6dce122
Opens a new window with list of versions in this module.
Published: Dec 31, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Period struct {
StartHour int `json:"start_hour"`
StartMinute int `json:"start_minute"`
EndHour int `json:"end_hour"`
EndMinute int `json:"end_minute"`
}
ParsePeriods parse string in importing db services csv column like: 09:30-11:30;11:30-13:30;20:30-21:30 to *Periods
Scan impl sql.Scanner interface
Value impl sql.driver.Valuer interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.