style: Module name

This commit is contained in:
lejianwen
2025-02-12 19:46:39 +08:00
parent 624dcacac5
commit 18eff791b2
79 changed files with 262 additions and 263 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package api
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
type AbList struct {
Peers []*model.AddressBook `json:"peers,omitempty"`
+1 -1
View File
@@ -1,6 +1,6 @@
package api
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
/*
GroupPeerPayload
+1 -1
View File
@@ -1,6 +1,6 @@
package api
import "github.com/lejianwen/rustdesk-api/model"
import "github.com/lejianwen/rustdesk-api/v2/model"
/*
pub enum UserStatus {
+1 -1
View File
@@ -1,7 +1,7 @@
package api
import (
"github.com/lejianwen/rustdesk-api/model"
"github.com/lejianwen/rustdesk-api/v2/model"
"time"
)