Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition struct { Name string `yaml:"name" json:"name" validate:"required"` // Name is the name of the query parameter Value string `yaml:"value" json:"value" validate:"required"` // Value is the value of the query parameter }
Definition is a query parameter that should be added to the call
Click to show internal directories.
Click to hide internal directories.