Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLTemplater ¶
type HTMLTemplater struct {
// contains filtered or unexported fields
}
func (*HTMLTemplater) Apply ¶
func (t *HTMLTemplater) Apply(parts *gun.RequestParts, vs map[string]any, scenarioName, stepName string) error
type Templater ¶
type Templater interface {
Apply(request *gun.RequestParts, variables map[string]any, scenarioName, stepName string) error
}
func NewHTMLTemplater ¶
func NewHTMLTemplater() Templater
func NewTextTemplater ¶
func NewTextTemplater() Templater
type TextTemplater ¶
type TextTemplater struct {
// contains filtered or unexported fields
}
func (*TextTemplater) Apply ¶
func (t *TextTemplater) Apply(parts *gun.RequestParts, vs map[string]any, scenarioName, stepName string) error
Click to show internal directories.
Click to hide internal directories.