Versions in this module Expand all Collapse all v0 v0.1.3 Apr 22, 2020 Changes in this version + func GetDeps() (*badger.DB, *stream.Hub, *maps.Client, error) + type Server struct + func NewServer() (*Server, error) + func (s *Server) GetDB() *badger.DB + func (s *Server) GetGRPCServer() *grpc.Server + func (s *Server) GetGmaps() *maps.Client + func (s *Server) GetHTTPClient() *http.Client + func (s *Server) GetLogger() *log.Logger + func (s *Server) GetStream() *stream.Hub + func (s *Server) Run() + func (s *Server) Setup(fn func(s *Server) error)