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 ¶
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
Click to show internal directories.
Click to hide internal directories.