parser

package
v0.23.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arg

type Arg struct {
	Name string
}

type Function

type Function struct {
	Name   string
	Input  []Arg
	Output Output
}

func GenerateAst

func GenerateAst(
	ctx context.Context,
	shuttlelocaldir string,
	actions *discover.ActionsDiscovered,
) ([]*Function, error)

type Output

type Output struct {
	Error bool
}

Jump to

Keyboard shortcuts

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