Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionService ¶
type SessionService interface { Login(model model.LoginModel) (string, error) Logout(token string) error LogoutByLoginId(loginId any) error CheckLogin(tokenValue string) (string, error) GetSessionValue(tokenValue string, key string) (any, error) SetSessionValue(tokenValue string, key string, value any) error RenewTimeout(loginId any, token string) error }
func GetSessionService ¶
func GetSessionService() SessionService
Click to show internal directories.
Click to hide internal directories.