Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BodyPersister ¶
type BodyPersister interface {
//Persists Response body if needed
Persist(*definition.Persist, *definition.Request, *definition.Response) bool
//LoadBody loads the response body from the persisted location
LoadBody(*definition.Request, *definition.Response)
}
BodyPersister contains the functions to persist and read body
Click to show internal directories.
Click to hide internal directories.