parse

package
v7.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GlobAll

func GlobAll(rootPath string, includes, prefixedExcludes, excludes []string, includeHidden bool) []string

GlobAll also does nothing.

func RunPostBuildFunction

func RunPostBuildFunction(tid int, state *core.BuildState, target *core.BuildTarget, out string) error

RunPostBuildFunction fakes running a Python post-build function by invoking a previously registered function.

func RunPreBuildFunction

func RunPreBuildFunction(tid int, state *core.BuildState, target *core.BuildTarget) error

RunPreBuildFunction fakes running a Python pre-build function by invoking a previously registered function.

func UndeferAnyParses

func UndeferAnyParses(state *core.BuildState, target *core.BuildTarget)

UndeferAnyParses does nothing, it just allows linking this function.

Types

type PostBuildFunctionPtr

type PostBuildFunctionPtr *func(*core.BuildTarget, string) error

type PreBuildFunctionPtr

type PreBuildFunctionPtr *func(*core.BuildTarget) error

PreBuildFunctionPtr is the type of function to be set for a pre--build function. These are set directly on the target via casting to an unsafe.Pointer then a uintptr.

Jump to

Keyboard shortcuts

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