Documentation
¶
Overview ¶
Package testpipeline exports small test pipelines for testing the vet runner. Shims must be generated for this package in order for tests to run correctly. These shims should be regenerated if changes are made to this package or to the shim generator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FunctionReg ¶
FunctionReg constructs a sub optimal pipeline that needs function registration.
func KvEmitFn ¶
KvEmitFn is a do nothing example function with a k and v that uses an emit instead of a return.
func KvFn ¶
KvFn is a do nothing example function with a k and v.
func ShimNeeded ¶
ShimNeeded constructs a sub optimal pipeline that needs a function shim registration.
func TypeReg ¶
TypeReg constructs a sub optimal pipeline that needs type registration.
func VFloat64Fn ¶
VFloat64Fn is an unregistered function without type shims.