mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-14 10:11:21 +00:00
style: Module name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package model
|
||||
|
||||
import "Gwen/model/custom_types"
|
||||
import "github.com/lejianwen/rustdesk-api/model/custom_types"
|
||||
|
||||
// final String id;
|
||||
// String hash; // personal ab hash password
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"Gwen/model/custom_types"
|
||||
"github.com/lejianwen/rustdesk-api/model/custom_types"
|
||||
)
|
||||
|
||||
type StatusCode int
|
||||
|
||||
Reference in New Issue
Block a user