Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestCase ¶
type TestCase struct {
TestName string
TestDetail string
Route string
Method string
HandlerFunc func(w http.ResponseWriter, r *http.Request)
StatusCode int
AvoidKey []string
RequestMap map[string]interface{}
ResponseMap map[string]interface{}
TypeCheck map[string]interface{} //assign key and sample type
}
Click to show internal directories.
Click to hide internal directories.