qbtrade/pkg/types/float64updater.go

7 lines
128 B
Go
Raw Normal View History

2024-06-27 14:42:38 +00:00
package types
//go:generate callbackgen -type Float64Updater
type Float64Updater struct {
updateCallbacks []func(v float64)
}