mirror of
https://github.com/kataras/iris.git
synced 2026-01-26 05:15:56 +00:00
Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md
Former-commit-id: 4788e36e52f6b40c7e15120e0675c097eabf0f0d
This commit is contained in:
14
go19.go
14
go19.go
@@ -57,4 +57,18 @@ type (
|
||||
//
|
||||
// A shortcut for the `core/router#Party`, useful when `PartyFunc` is being used.
|
||||
Party = router.Party
|
||||
|
||||
// ExecutionRules gives control to the execution of the route handlers outside of the handlers themselves.
|
||||
// Usage:
|
||||
// Party#SetExecutionRules(ExecutionRules {
|
||||
// Done: ExecutionOptions{Force: true},
|
||||
// })
|
||||
//
|
||||
// See `core/router/Party#SetExecutionRules` for more.
|
||||
// Example: https://github.com/kataras/iris/tree/master/_examples/mvc/middleware/without-ctx-next
|
||||
ExecutionRules = router.ExecutionRules
|
||||
// ExecutionOptions is a set of default behaviors that can be changed in order to customize the execution flow of the routes' handlers with ease.
|
||||
//
|
||||
// See `ExecutionRules` and `core/router/Party#SetExecutionRules` for more.
|
||||
ExecutionOptions = router.ExecutionOptions
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user