package service import ( "goftp/models" ) func GetIpById(id string) string { return models.GetIpById(id) }