Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopExecutionWithoutError = fmt.Errorf("stop execution without error")
ErrStopExecutionWithoutError can be returned from directive.Execute and works like "break" in for loops but on directives chain
Functions ¶
This section is empty.
Types ¶
type ConstructorFun ¶
type Definition ¶
type Definition struct {
// contains filtered or unexported fields
}
func NewDirectiveDefinition ¶
func NewDirectiveDefinition(name string, constructor ConstructorFun) Definition
func (Definition) Name ¶
func (d Definition) Name() string
Click to show internal directories.
Click to hide internal directories.