Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2024 Changes in this version + type BackendServiceServer struct + func (s *BackendServiceServer) GetStatus(ctx context.Context, req *backend.StatusRequest) (*backend.StatusResponse, error) + type Server struct + func NewServer(cfg *config.Config, logger *zap.Logger) *Server + func (s *Server) Shutdown(ctx context.Context) + func (s *Server) Start()