Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentCfg ¶
type Environments ¶
type RequestCfg ¶
type RequestCfg struct { Name string `hcl:"name,label"` Body hcl.Body `hcl:",remain"` }
type RequestCfgs ¶
type RequestCfgs []*RequestCfg
type RequestTiming ¶
type Response ¶
type RootCfg ¶
type RootCfg struct { Requests []*RequestCfg `hcl:"request,block"` Variables []*VariableCfg `hcl:"variable,block"` Environments []*EnvironmentCfg `hcl:"env,block"` }
type VariableCfg ¶
type VariableCfg struct { Name string `hcl:"name,label"` Value hcl.Attributes `hcl:"value,remain"` }
Click to show internal directories.
Click to hide internal directories.