generator

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommandRunner

func NewCommandRunner(ctx context.Context, cmdExecutable string, cmdArgs ...string) *exec.Cmd

Types

type ExecMode added in v0.4.0

type ExecMode int
const (
	ExecModeDirect ExecMode = iota + 1

	ExecModeGoRun

	ExecModeGoTool
)

func (ExecMode) Command added in v0.4.0

func (e ExecMode) Command() (string, []string)

type Generator

type Generator struct {
	ExecMode    ExecMode
	DryRun      bool
	MockSetName string
	RestArgs    []string
}

func (*Generator) Generate

func (g *Generator) Generate(ctx context.Context, rf runnerFactory) error

type Runner

type Runner interface {
	Run() error
}

Jump to

Keyboard shortcuts

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