This commit is contained in:
2026-03-02 01:43:46 +07:00
parent 5604732fcb
commit 3b9c77b422
5 changed files with 55 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
package link
type ILinkService interface {
GetTeamClientLink(name string, password string) (string, error)
GetTeamClientLink(host string, name string, password string) string
}