Files
coin/index/args.go
2026-01-09 15:48:31 +08:00

8 lines
79 B
Go

package index
type Args struct {
InReal []float64
Period int
Debug bool
}