Files
coin/index/args.go

8 lines
79 B
Go
Raw Permalink Normal View History

2026-01-09 15:48:31 +08:00
package index
type Args struct {
InReal []float64
Period int
Debug bool
}