mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -237,7 +237,7 @@ type (
|
||||
Step3 interface {
|
||||
// Health enables the /health route.
|
||||
// If "env" and "developer" are given, these fields will be populated to the client
|
||||
// through headers and environemnt on health route.
|
||||
// through headers and environment on health route.
|
||||
Health(b bool, env, developer string) Step4
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user