package hhc_telws import "time" type TelwsAuthHandler interface { Register(jwtkey []byte, jwtttl time.Duration) (ahname string) Login(authData map[string]string) (isSuccess bool, jwtdata string, emsg string) }