5 lines
No EOL
85 B
Go
5 lines
No EOL
85 B
Go
package tasks
|
|
|
|
func CreateSchedTask(st SchedTask) (bool, error) {
|
|
return true, nil
|
|
} |