service

package
v0.0.0-...-116c032 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2025 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type HelloService

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

func NewHelloService

func NewHelloService(store *ent.Client) *HelloService

func (*HelloService) Hello

func (s *HelloService) Hello(ctx context.Context) error

type UserService

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

func NewUserService

func NewUserService(_ config.Type, userRepo *repository.UserRepository) *UserService

func (*UserService) Login

func (s *UserService) Login(ctx context.Context, username, password string) (id uint64, token string, err error)

Jump to

Keyboard shortcuts

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