Browse Source

indicator price type

main
strange 7 months ago
parent
commit
acb5e87378
  1. 1
      pkg/types/input.go

1
pkg/types/input.go

@ -13,6 +13,7 @@ const (
inputCacheKey = "__$cache__" inputCacheKey = "__$cache__"
) )
// TODO 将indicator meta的定义的输入参数传入, 限制只能获取这些输入参数
type Input map[string]any type Input map[string]any
// getCache 避免多线程读写cache map // getCache 避免多线程读写cache map

Loading…
Cancel
Save