| 24 | } |
| 25 | |
| 26 | type Response interface { |
| 27 | GetStatus() int |
| 28 | GetBody() string |
| 29 | GetBodyFile() string |
| 30 | GetEncodedBody() bool |
| 31 | GetTemplated() bool |
| 32 | GetHeaders() map[string][]string |
| 33 | GetTransitionsState() map[string]string |
| 34 | GetRemovesState() []string |
| 35 | GetFixedDelay() int |
| 36 | GetLogNormalDelay() ResponseDelay |
| 37 | GetPostServeAction() string |
| 38 | } |
no outgoing calls
no test coverage detected