services

package
v0.0.0-...-0d9eda9 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserServ

type UserServ struct {
	// contains filtered or unexported fields
}

func (UserServ) Login

func (s UserServ) Login(user *dto.UserAuth) (string, error)

func (UserServ) SignUp

func (s UserServ) SignUp(user *dto.UserAuth) (string, error)

type UserServInterface

type UserServInterface interface {
	Login(*dto.UserAuth) (string, error)
	SignUp(*dto.UserAuth) (string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳