feat: add heartbeat to keep ldap connection alive

This commit is contained in:
Stavros
2025-07-11 23:16:09 +03:00
parent 10d1b48505
commit a11aba72d8
3 changed files with 61 additions and 16 deletions

View File

@@ -13,7 +13,6 @@ COPY ./main.go ./
COPY ./air.toml ./
RUN go install github.com/air-verse/air@v1.61.7
RUN go install github.com/go-delve/delve/cmd/dlv@v1.25.0
EXPOSE 3000