Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
9
pkg/duration/seconds.go
Normal file
9
pkg/duration/seconds.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package duration
|
||||
|
||||
// duration in seconds
|
||||
const (
|
||||
Second = 1
|
||||
Minute = 60 * Second
|
||||
Hour = 60 * Minute
|
||||
Day = 24 * Hour
|
||||
)
|
||||
Reference in New Issue
Block a user