Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestGroup ¶
type RequestGroup struct {
Name string
Parent *RequestGroup
Children []*RequestGroup
Requests []*RequestSpec
SourceFilename string
}
RequestGroup represents a collection of RequestSpec s and child RequestGroup s
func NewGroup ¶
func NewGroup(name string) *RequestGroup
func (*RequestGroup) LinkParent ¶
func (g *RequestGroup) LinkParent(p *RequestGroup)
func (*RequestGroup) NextSibling ¶
func (g *RequestGroup) NextSibling() *RequestGroup
func (*RequestGroup) PreviousSibling ¶
func (g *RequestGroup) PreviousSibling() *RequestGroup
type RequestSpec ¶
Click to show internal directories.
Click to hide internal directories.