Files
EdgeAPI/internal/db/models/node_model_ext_schdule.go

9 lines
254 B
Go
Raw Normal View History

2024-05-17 18:27:26 +08:00
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
2023-05-17 18:42:21 +08:00
//go:build !plus
package models
// HasScheduleSettings 检查是否设置了调度
func (this *Node) HasScheduleSettings() bool {
return false
}