rmmagent/agent/tasks/tasks_linux.go
2022-06-20 17:05:11 -07:00

5 lines
No EOL
85 B
Go

package tasks
func CreateSchedTask(st SchedTask) (bool, error) {
return true, nil
}