iris/httptest/aliases.go

11 lines
169 B
Go
Raw Normal View History

package httptest
import "github.com/gavv/httpexpect"
type (
// Request type alias.
Request = httpexpect.Request
// Expect type alias.
Expect = httpexpect.Expect
)