Versions in this module Expand all Collapse all v1 v1.0.2 May 13, 2021 v1.0.0 Feb 1, 2021 Changes in this version + type DataServer struct + DB db.DB + Stopped bool + func CreateServer(ctx context.Context) (*DataServer, error) + func (ds *DataServer) Ready() chan bool + func (ds *DataServer) Start(ctx context.Context, exitCh chan int) error