generated from VLADIMIR/template
add application number
This commit is contained in:
@@ -20,5 +20,8 @@ func (s *service) GetTeamClientLink(name string, password string) string {
|
||||
}
|
||||
|
||||
func (s *service) GetImageLink(name string) string {
|
||||
if len(name) == 0 {
|
||||
return ""
|
||||
}
|
||||
return fmt.Sprintf("%s/%s", s.host, name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user