Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataServer ¶
DataServer holds refs to primary stack of utilities for data retrieval and serving
func CreateServer ¶
func CreateServer(ctx context.Context) (*DataServer, error)
CreateServer creates a data server stack and kicks off all go routines to start retrieving and serving data
func (*DataServer) Ready ¶
func (ds *DataServer) Ready() chan bool
Ready provides notification channel that data from trackers is ready for use
Click to show internal directories.
Click to hide internal directories.