service

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

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 model.AuthLoginInput) (res *model.AuthLoginOutput, err error)
	Logout(ctx context.Context) (bool, error)
}

func Auth

func Auth() IAuth

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL