Deploy Bots API #28

Merged
Quaternions merged 34 commits from staging into master 2026-02-28 02:33:43 +00:00
Showing only changes of commit 3396778882 - Show all commits

View File

@@ -2,16 +2,17 @@ package handlers
import ( import (
"fmt" "fmt"
"math"
"net/http"
"strconv"
"strings"
"git.itzana.me/strafesnet/go-grpc/times" "git.itzana.me/strafesnet/go-grpc/times"
"git.itzana.me/strafesnet/public-api/pkg/api/dto" "git.itzana.me/strafesnet/public-api/pkg/api/dto"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"google.golang.org/grpc/codes" "google.golang.org/grpc/codes"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
"math"
"net/http"
"strconv"
"strings"
) )
// TimesHandler handles HTTP requests related to times. // TimesHandler handles HTTP requests related to times.