base

package
v0.0.0-...-abed891 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2022 License: GPL-3.0 Imports: 0 Imported by: 2

Documentation

Overview

Package base provides primitives for running gorp from the command line

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Scope          string
	Script         *Script
	Flags          []string
	XHRBreakPoints []string
	Modules        ModulesList
	Verbose        bool
}

Configuration holds the configuration of gorp and it is used when parsing the yaml config file

type ModuleConfig

type ModuleConfig struct {
	Path    string
	Options map[string]string
}

ModuleConfig holds the path and options for gorp modules

type ModulesList

type ModulesList struct {
	Processors []ModuleConfig
	Inspectors []ModuleConfig
}

ModulesList holds Processors and Inspectors to be used in a gorp session

type Script

type Script struct {
	Path  string
	Watch bool
}

Jump to

Keyboard shortcuts

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