style: Module name

This commit is contained in:
lejianwen
2025-02-12 19:46:39 +08:00
parent a2672c9489
commit 6aebf061a4
79 changed files with 262 additions and 263 deletions

View File

@@ -2,7 +2,7 @@ package admin
import (
"encoding/json"
"github.com/lejianwen/rustdesk-api/model"
"github.com/lejianwen/rustdesk-api/v2/model"
)
type AddressBookForm struct {

View File

@@ -1,6 +1,6 @@
package admin
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
type GroupForm struct {
Id uint `json:"id"`

View File

@@ -1,7 +1,7 @@
package admin
import (
"github.com/lejianwen/rustdesk-api/model"
"github.com/lejianwen/rustdesk-api/v2/model"
)
type BindOauthForm struct {

View File

@@ -1,6 +1,6 @@
package admin
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
type PeerForm struct {
RowId uint `json:"row_id" `

View File

@@ -1,6 +1,6 @@
package admin
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
type TagForm struct {
Id uint `json:"id"`

View File

@@ -1,7 +1,7 @@
package admin
import (
"github.com/lejianwen/rustdesk-api/model"
"github.com/lejianwen/rustdesk-api/v2/model"
)
type UserForm struct {