update actions,fix something

This commit is contained in:
yoan
2024-10-20 13:00:27 +08:00
parent 24192b61c1
commit c45ad3c901
6 changed files with 10 additions and 11 deletions

View File

@@ -19,9 +19,6 @@ import (
"github.com/go-acme/lego/v4/lego"
"github.com/go-acme/lego/v4/registration"
"github.com/pocketbase/pocketbase/models"
"certimate/internal/domain"
"certimate/internal/utils/app"
)
const (

View File

@@ -51,6 +51,7 @@ type HttpreqAccess struct {
Mode string `json:"mode"`
Username string `json:"username"`
Password string `json:"password"`
}
type LocalAccess struct{}