Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spec ¶
type Spec struct {
Endpoint string `json:"endpoint" yaml:"endpoint"`
Method string `json:"method" yaml:"method"`
Headers map[string]string `json:"headers,omitempty" yaml:"headers,omitempty"`
QueryParams provider.ParameterSet `json:"query_params,omitempty" yaml:"query_params,omitempty"`
BodyParams provider.ParameterSet `json:"body_params,omitempty" yaml:"body_params,omitempty"`
PrintStatus bool `json:"print_status,omitempty" yaml:"print_status"`
}
Spec describes the provider.
Click to show internal directories.
Click to hide internal directories.