This commit is contained in:
2026-03-02 01:27:50 +07:00
parent 1964f4241e
commit 5604732fcb
8 changed files with 104 additions and 63 deletions
+5
View File
@@ -0,0 +1,5 @@
package link
type ILinkService interface {
GetTeamClientLink(name string, password string) (string, error)
}