change repo name
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
*.log
|
*.log
|
||||||
|
*.db
|
||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
"net/http/httptest"
|
"net/http/httptest"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/models"
|
"gitea.tecamino.com/paadi/access-handler/models"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
"github.com/go-playground/assert/v2"
|
"github.com/go-playground/assert/v2"
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module gitea.tecamino.com/paadi/AccessHandler
|
module gitea.tecamino.com/paadi/access-handler
|
||||||
|
|
||||||
go 1.24.5
|
go 1.24.5
|
||||||
|
|
||||||
|
|||||||
4
login.go
4
login.go
@@ -6,8 +6,8 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/models"
|
"gitea.tecamino.com/paadi/access-handler/models"
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/utils"
|
"gitea.tecamino.com/paadi/access-handler/utils"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
"github.com/golang-jwt/jwt/v5"
|
"github.com/golang-jwt/jwt/v5"
|
||||||
|
|||||||
2
role.go
2
role.go
@@ -3,7 +3,7 @@ package AccessHandler
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/models"
|
"gitea.tecamino.com/paadi/access-handler/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// AddRoleTable
|
// AddRoleTable
|
||||||
|
|||||||
4
user.go
4
user.go
@@ -3,8 +3,8 @@ package AccessHandler
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/models"
|
"gitea.tecamino.com/paadi/access-handler/models"
|
||||||
"gitea.tecamino.com/paadi/AccessHandler/utils"
|
"gitea.tecamino.com/paadi/access-handler/utils"
|
||||||
)
|
)
|
||||||
|
|
||||||
// AddUserTable
|
// AddUserTable
|
||||||
|
|||||||
Reference in New Issue
Block a user