v0.0.484
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m58s

This commit is contained in:
2024-07-16 15:16:56 +02:00
parent bc5c61e43d
commit ff8e066135
4 changed files with 32 additions and 25 deletions

View File

@@ -36,9 +36,8 @@ type InspectableHTTPResponse interface {
Headers() []string
}
type InspectableHTTPErrorResponse interface {
type HTTPErrorResponse interface {
HTTPResponse
InspectableHTTPResponse
Error() error
}