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