mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 12:08:37 -04:00
reports: Allow drilling down
This commit is contained in:
@ -25,8 +25,8 @@ const (
|
||||
const luaTimeoutSeconds time.Duration = 5 // maximum time a lua request can run for
|
||||
|
||||
type Series struct {
|
||||
Values []float64
|
||||
Children map[string]*Series
|
||||
Values []float64
|
||||
Series map[string]*Series
|
||||
}
|
||||
|
||||
type Report struct {
|
||||
|
Reference in New Issue
Block a user