Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + const DefaultBindAddress + func GetOutboundIP() (net.IP, error) + func PingUntil(ctx context.Context, interval time.Duration, baseURL string, callback func()) + type Server struct + Config *bbgo.Config + Environ *bbgo.Environment + OpenInBrowser bool + Setup *Setup + Trader *bbgo.Trader + func (s *Server) Run(ctx context.Context, bindArgs ...string) error + func (s *Server) RunWithListener(ctx context.Context, l net.Listener) error + type Setup struct + BeforeRestart func() + Cancel context.CancelFunc + Context context.Context + Token string