implement

package
v0.0.0-...-b00f2dc Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBookingService

func NewBookingService() svc.BookingService

func NewBookingSourceService

func NewBookingSourceService() svc.BookingSourceService

func NewCaseTaskService

func NewCaseTaskService() svc.CaseTaskService

func NewCategoryService

func NewCategoryService() svc.CategoryService

func NewUserService

func NewUserService() svc.UserService

Types

type BookingServiceImpl

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

func (*BookingServiceImpl) CreateBooking

func (*BookingServiceImpl) DeleteBooking

func (*BookingServiceImpl) GetBookingList

func (*BookingServiceImpl) UpdateBooking

type BookingSourceServiceImpl

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

func (*BookingSourceServiceImpl) CreateBookingSource

func (*BookingSourceServiceImpl) DeleteBookingSource

func (*BookingSourceServiceImpl) GetBookingSourceList

func (*BookingSourceServiceImpl) UpdateBookingSource

type CaseTaskServiceImpl

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

func (*CaseTaskServiceImpl) CreateCaseTask

func (*CaseTaskServiceImpl) DeleteCaseTask

func (*CaseTaskServiceImpl) GetCaseTaskList

func (*CaseTaskServiceImpl) UpdateCaseTask

type CategoryServiceImpl

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

func (*CategoryServiceImpl) CreateCategory

func (*CategoryServiceImpl) DeleteCategory

func (*CategoryServiceImpl) GetCategoryList

func (*CategoryServiceImpl) UpdateCategory

type UserServiceImpl

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

func (*UserServiceImpl) DeleteUser

func (s *UserServiceImpl) DeleteUser(ctx *gin.Context, r *dto.DataRequest[dto.UserDTO]) (res *dto.DataResponse[dto.UserDTO], err *core.AppError)

func (*UserServiceImpl) GetUserList

func (s *UserServiceImpl) GetUserList(ctx *gin.Context, r *dto.GetUserListRequest) (res *dto.DataListResponse[dto.UserDTO], err *core.AppError)

func (*UserServiceImpl) Login

func (s *UserServiceImpl) Login(ctx *gin.Context, u *dto.LoginRequest) (r *dto.LoginResponse, err *core.AppError)

func (*UserServiceImpl) RefreshToken

func (*UserServiceImpl) Register

func (s *UserServiceImpl) Register(ctx *gin.Context, u *dto.RegisterRequest) *core.AppError

func (*UserServiceImpl) UpdateUser

func (s *UserServiceImpl) UpdateUser(ctx *gin.Context, r *dto.DataRequest[dto.UserDTO]) (res *dto.DataResponse[dto.UserDTO], err *core.AppError)

Jump to

Keyboard shortcuts

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