This commit is contained in:
flowshadow
2025-10-10 20:44:28 +08:00
parent 3db224efeb
commit 6ac6ac5eda
7 changed files with 133 additions and 40 deletions

View File

@@ -2,11 +2,12 @@ package apps
import (
"fmt"
"net/http"
"github.com/labstack/echo/v4"
"github.com/texm/dokku-go"
"gitlab.com/texm/shokku/internal/env"
"gitlab.com/texm/shokku/internal/server/dto"
"net/http"
)
func GetAppBuilder(e *env.Env, c echo.Context) error {

View File

@@ -2,10 +2,11 @@ package apps
import (
"fmt"
"net/http"
"github.com/labstack/echo/v4"
"gitlab.com/texm/shokku/internal/env"
"gitlab.com/texm/shokku/internal/server/dto"
"net/http"
)
func GetAppConfig(e *env.Env, c echo.Context) error {

View File

@@ -2,10 +2,11 @@ package apps
import (
"fmt"
"net/http"
"github.com/labstack/echo/v4"
"gitlab.com/texm/shokku/internal/env"
"gitlab.com/texm/shokku/internal/server/dto"
"net/http"
)
func GetAppDomainsReport(e *env.Env, c echo.Context) error {