dockerfiles/anylink/server/sessdata/start.go

7 lines
65 B
Go
Raw Normal View History

2021-06-08 20:45:26 +08:00
package sessdata
func Start() {
initIpPool()
checkSession()
}