regen handlers

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-28 19:28:01 +03:00
parent d2935ef399
commit 92d7ab2105
7 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ func Version(version string) Option {
}
}
func NewHealth(opts ...Option) *handler {
func NewHandler(opts ...Option) *handler {
options := Options{}
for _, o := range opts {
o(&options)