hou

package
v0.0.0-...-cbf5b65 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handlers

type Handlers interface {
	LoginHou() gin.HandlerFunc
	LogoutHou() gin.HandlerFunc
	CheckCreditHou() gin.HandlerFunc
}

type UseCase

type UseCase interface {
	LoginHou(ctx context.Context, user *types.LoginHouRequest) (*types.LoginHouResponse, error)
	LogoutHou(ctx context.Context, SessionId string) error
	CheckCreditHou(ctx context.Context, SessionId string) (string, error)
	ValidateSession(ctx context.Context, SessionId string) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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