Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAuth ¶
func RegisterAuth(i IAuth)
Types ¶
type IAuth ¶
type IAuth interface {
Login(ctx context.Context, req auth.LoginInput) (res *auth.LoginOutput, err error)
Refresh(ctx context.Context, req auth.RefreshInput) (res *auth.RefreshOutput, err error)
Logout(ctx context.Context, req auth.LogoutInput) (bool, error)
}
Click to show internal directories.
Click to hide internal directories.