mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 02:20:24 +08:00
阶段性提交
This commit is contained in:
@@ -1 +1,8 @@
|
||||
package models
|
||||
|
||||
import "strconv"
|
||||
|
||||
// 地址
|
||||
func (this *APINode) Address() string {
|
||||
return this.Host + ":" + strconv.Itoa(int(this.Port))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user