diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2021-03-08 02:25:01 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2021-03-08 02:25:01 +0300 |
| commit | a6e6d848d6f719710a43ca015027bd93befb721d (patch) | |
| tree | 8cd94dfb8f466ca9403072c76883d95b41fbe0ef /pkg/server/hook/auth.go | |
| parent | 95ae97eb7eaa268a06bc2b90184eaed6342b3142 (diff) | |
add cmd, hook, socket help
Diffstat (limited to 'pkg/server/hook/auth.go')
| -rw-r--r-- | pkg/server/hook/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/auth.go b/pkg/server/hook/auth.go index dbfc9bc..21f900e 100644 --- a/pkg/server/hook/auth.go +++ b/pkg/server/hook/auth.go @@ -170,5 +170,5 @@ func (h *authHook) New(env env.Env) (interface{}, error) { } func init() { - register("auth", authHook{}) + register("auth", "chap authentication out/in", authHook{}) } |
