user

package
v0.0.0-...-b0fceeb Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2025 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 Service

type Service interface {
	CreateUser(ctx context.Context, req userModels.CreateUserRequest) error
	GetUserByID(ctx context.Context, userID string) (*userModels.User, error)
	GetAllUsers(ctx context.Context) ([]*userModels.User, error)
	UpdateUser(ctx context.Context, userID string, req userModels.UpdateUserRequest) error
	DeleteUser(ctx context.Context, userID string) error
}

func NewUserService

func NewUserService(cf gox.CrossFunction, userDataStore userModels.UserDataStore) Service

Jump to

Keyboard shortcuts

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