Skip to content

Instantly share code, notes, and snippets.

@c9s
Created April 11, 2022 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/dee54bec3d7575b2dfce18d6c1db2a15 to your computer and use it in GitHub Desktop.
Save c9s/dee54bec3d7575b2dfce18d6c1db2a15 to your computer and use it in GitHub Desktop.
struct ... {
bbgo.StrategySuspender
}
func (s *Strategy) Run() error {
s.StrategySuspender.OnResume(func() {. .... })
s.StrategySuspender.OnSuspend(func() { ...... })
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment