mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 03:27:27 +00:00
add authenticated-controller example - proof of concept
Former-commit-id: 7a15da2bd966f2a699337cd494af8b5d1877b11d
This commit is contained in:
10
httptest/aliases.go
Normal file
10
httptest/aliases.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package httptest
|
||||
|
||||
import "github.com/gavv/httpexpect"
|
||||
|
||||
type (
|
||||
// Request type alias.
|
||||
Request = httpexpect.Request
|
||||
// Expect type alias.
|
||||
Expect = httpexpect.Expect
|
||||
)
|
||||
Reference in New Issue
Block a user