mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-23 04:21:51 -07:00
chore: update counts to allow unix timeframe
This commit is contained in:
parent
dfe3b5c90d
commit
ef27dce5e3
6 changed files with 69 additions and 33 deletions
|
|
@ -6,6 +6,12 @@ import (
|
|||
|
||||
// should this be in db package ???
|
||||
|
||||
type Timeframe struct {
|
||||
Period Period
|
||||
T1u int64
|
||||
T2u int64
|
||||
}
|
||||
|
||||
type Period string
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue