goTaskScript

package
v0.0.0-...-b15ae75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CallFunctions

func CallFunctions(functions map[int]TaskFunction, silent bool, continueOnErrors bool)

Call Task Functions

Types

type GoTaskReturn

type GoTaskReturn struct {
	Err  error
	Line int
	File string
}

Task Return representation

func ProcessBool

func ProcessBool(Result bool) *GoTaskReturn

Process boolean return

func ProcessReturn

func ProcessReturn(Err error) *GoTaskReturn

Process error return

type TaskFunction

type TaskFunction struct {
	Fun  interface{}
	Name string
}

Task function representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL