Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Constellations = map[string]*regexp.Regexp{ "oneweb": regexp.MustCompile("ONEWEB-[0-9]+"), "starlink": regexp.MustCompile("STARLINK-[0-9]+"), } )
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Port int DataRefreshRate time.Duration CelestrakRefreshRate time.Duration FileRefreshRateSeconds time.Duration // contains filtered or unexported fields }
func (*Server) AddMiddlewares ¶
func (*Server) InitializeRoutes ¶
func (s *Server) InitializeRoutes()
func (*Server) UpdateAllValues ¶
Click to show internal directories.
Click to hide internal directories.