cmd

package
v0.0.0-...-36d6306 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigFileName      = ".devtools"
	ConfigFileExtension = ".yaml"
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type DefaultConfig

type DefaultConfig struct {
	// unified files (replaces collections)
	Files []mfile.File

	// HTTP requests and related data (unified mhttp models)
	HTTPRequests        []mhttp.HTTP
	HTTPHeaders         []mhttp.HTTPHeader
	HTTPSearchParams    []mhttp.HTTPSearchParam
	HTTPAsserts         []mhttp.HTTPAssert
	HTTPBodyForms       []mhttp.HTTPBodyForm
	HTTPBodyUrlencoded  []mhttp.HTTPBodyUrlencoded
	HTTPBodyRaws        []mhttp.HTTPBodyRaw
	HTTPResponses       []mhttp.HTTPResponse
	HTTPResponseHeaders []mhttp.HTTPResponseHeader
	HTTPResponseAsserts []mhttp.HTTPResponseAssert

	// flows (kept as-is - no unified model available yet)
	Flows []mflow.Flow

	// Root nodes (kept as-is)
	FlowNodes []mflow.Node

	// Sub nodes (kept as-is)
	FlowRequestNodes   []mflow.NodeRequest
	FlowConditionNodes []mflow.NodeIf
	FlowForNodes       []mflow.NodeFor
	FlowForEachNodes   []mflow.NodeForEach
	FlowJSNodes        []mflow.NodeJS
}

Jump to

Keyboard shortcuts

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