Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { // Subtest Name Name string // Request Method Method string // Request Path Path string // Request Body Body string // Request Headers Headers *map[string]string // Response Body Response string // Response Code ResponseCode int // Response headers ResponseHeaders *map[string]string }
Click to show internal directories.
Click to hide internal directories.