package link type ILinkService interface { GetTeamClientLink(host string, name string, password string) string }