bbgo/pkg/types/float64updater.go

7 lines
128 B
Go
Raw Normal View History

package types
//go:generate callbackgen -type Float64Updater
type Float64Updater struct {
updateCallbacks []func(v float64)
}