Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ aperiodic basis \

## Intervals

`1m`, `5m`, `15m`, `30m`, `1h`, `4h`, `1d`
`1s`, `1m`, `5m`, `15m`, `30m`, `1h`, `4h`, `1d`

## Output

Expand Down
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const (
type Interval string

const (
Interval1s Interval = "1s"
Interval1m Interval = "1m"
Interval5m Interval = "5m"
Interval15m Interval = "15m"
Expand Down
Loading