goplugin

package
v0.0.0-...-d0276da Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	Parallel bool
}

Args contains optional arguments for GoPlugin.

type GoPlugin

type GoPlugin struct {
	// contains filtered or unexported fields
}

GoPlugin injects golang specific information: go types, aliases.

func New

func New(args Args) *GoPlugin

New initializes a new go plugin.

func (GoPlugin) Name

func (p GoPlugin) Name() string

Name of the plugin.

func (GoPlugin) Process

func (p GoPlugin) Process(
	ctx context.Context,
	document *model.GherkinDocument,
) (err error)

Process document by go plugin.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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