Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
func (*Header) UnmarshalYAML ¶
type QueryParam ¶
func (*QueryParam) UnmarshalYAML ¶
func (q *QueryParam) UnmarshalYAML(value *yaml.Node) error
type Request ¶
type Request struct { Type string Name string Description string Url string Method string Body RequestBody `yaml:"body"` Headers Header QueryParams QueryParam `yaml:"query_params"` Store map[string]string Timeout uint Delay uint Validations validation.Validator }
type RequestBody ¶
func (*RequestBody) UnmarshalYAML ¶
func (rb *RequestBody) UnmarshalYAML(value *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.