print

package
v0.40.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: Apache-2.0 Imports: 2 Imported by: 23

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Context  context.Context // request context passed when query executed
	Location *ast.Location   // location of print call
}

Context provides the Hook implementation context about the print() call.

type Hook

type Hook interface {
	Print(Context, string) error
}

Hook defines the interface that callers can implement to receive print statement outputs. If the hook returns an error, it will be surfaced if strict builtin error checking is enabled (otherwise, it will not halt execution.)

Jump to

Keyboard shortcuts

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