Documentation
¶
Index ¶
Constants ¶
View Source
const CONFIG_PATH = "config/"
Variables ¶
This section is empty.
Functions ¶
func PrintResponse ¶
func PrintResponse(response ApiResponse)
func SaveToConfig ¶
func SaveToConfig(configFile string, apiRequest ApiRequest, index int) error
func WriteToConfig ¶
func WriteToConfig(configFile string, apiRequest ApiRequest) error
Types ¶
type ApiRequest ¶
type ApiRequest struct {
Desc string
Host string
Param map[string]string
Method HttpMethod
}
type ApiResponse ¶
func RunTest ¶
func RunTest(request ApiRequest) (reqp *ApiResponse, err error)
type AppForm ¶
type JsonResponse ¶
Click to show internal directories.
Click to hide internal directories.