MCPcopy Create free account

hub / github.com/bagashiz/go-pos / functions

Functions350 in github.com/bagashiz/go-pos

FunctionTestCategoryService_ListCategories
(t *testing.T)
internal/core/service/category_test.go:392
FunctionTestCategoryService_UpdateCategory
(t *testing.T)
internal/core/service/category_test.go:571
FunctionTestPaymentService_CreatePayment
(t *testing.T)
internal/core/service/payment_test.go:26
FunctionTestPaymentService_DeletePayment
(t *testing.T)
internal/core/service/payment_test.go:852
FunctionTestPaymentService_GetPayment
(t *testing.T)
internal/core/service/payment_test.go:197
FunctionTestPaymentService_ListPayments
(t *testing.T)
internal/core/service/payment_test.go:388
FunctionTestPaymentService_UpdatePayment
(t *testing.T)
internal/core/service/payment_test.go:560
FunctionTestProductService_CreateProduct
(t *testing.T)
internal/core/service/product_test.go:27
FunctionTestProductService_DeleteProduct
(t *testing.T)
internal/core/service/product_test.go:1305
FunctionTestProductService_GetProduct
(t *testing.T)
internal/core/service/product_test.go:291
FunctionTestProductService_ListProducts
(t *testing.T)
internal/core/service/product_test.go:574
FunctionTestProductService_UpdateProduct
(t *testing.T)
internal/core/service/product_test.go:868
FunctionTestUserService_DeleteUser
(t *testing.T)
internal/core/service/user_test.go:855
FunctionTestUserService_GetUser
(t *testing.T)
internal/core/service/user_test.go:199
FunctionTestUserService_ListUsers
(t *testing.T)
internal/core/service/user_test.go:382
FunctionTestUserService_Register
(t *testing.T)
internal/core/service/user_test.go:26
FunctionTestUserService_UpdateUser
(t *testing.T)
internal/core/service/user_test.go:558
MethodUpdateCategory
UpdateCategory updates a category
internal/core/port/category.go:20
MethodUpdateCategory
UpdateCategory mocks base method.
internal/core/port/mock/category.go:103
MethodUpdateCategory
UpdateCategory indicates an expected call of UpdateCategory.
internal/core/port/mock/category.go:112
MethodUpdateCategory
UpdateCategory mocks base method.
internal/core/port/mock/category.go:200
MethodUpdateCategory
UpdateCategory indicates an expected call of UpdateCategory.
internal/core/port/mock/category.go:209
MethodUpdateCategory
UpdateCategory updates a category record in the database
internal/adapter/storage/postgres/repository/category.go:125
MethodUpdateCategory
UpdateCategory godoc @Summary Update a category @Description update a category's name by id @Tags Categories @Accept json @Produce json @
internal/adapter/handler/http/category.go:171
MethodUpdatePayment
UpdatePayment updates a payment
internal/core/port/payment.go:20
MethodUpdatePayment
UpdatePayment mocks base method.
internal/core/port/mock/payment.go:103
MethodUpdatePayment
UpdatePayment indicates an expected call of UpdatePayment.
internal/core/port/mock/payment.go:112
MethodUpdatePayment
UpdatePayment mocks base method.
internal/core/port/mock/payment.go:200
MethodUpdatePayment
UpdatePayment indicates an expected call of UpdatePayment.
internal/core/port/mock/payment.go:209
MethodUpdatePayment
UpdatePayment updates a payment record in the database
internal/adapter/storage/postgres/repository/payment.go:131
MethodUpdatePayment
UpdatePayment godoc @Summary Update a payment @Description update a payment's name, type, or logo by id @Tags Payments @Accept json @Produc
internal/adapter/handler/http/payment.go:177
MethodUpdateProduct
UpdateProduct updates a product
internal/core/port/product.go:20
MethodUpdateProduct
UpdateProduct mocks base method.
internal/core/port/mock/product.go:103
MethodUpdateProduct
UpdateProduct indicates an expected call of UpdateProduct.
internal/core/port/mock/product.go:112
MethodUpdateProduct
UpdateProduct mocks base method.
internal/core/port/mock/product.go:200
MethodUpdateProduct
UpdateProduct indicates an expected call of UpdateProduct.
internal/core/port/mock/product.go:209
MethodUpdateProduct
UpdateProduct updates a product record in the database
internal/adapter/storage/postgres/repository/product.go:148
MethodUpdateProduct
UpdateProduct godoc @Summary Update a product @Description update a product's name, image, price, or stock by id @Tags Products @Accept json
internal/adapter/handler/http/product.go:187
MethodUpdateUser
UpdateUser updates a user
internal/core/port/user.go:22
MethodUpdateUser
UpdateUser mocks base method.
internal/core/port/mock/user.go:118
MethodUpdateUser
UpdateUser indicates an expected call of UpdateUser.
internal/core/port/mock/user.go:127
MethodUpdateUser
UpdateUser mocks base method.
internal/core/port/mock/user.go:215
MethodUpdateUser
UpdateUser indicates an expected call of UpdateUser.
internal/core/port/mock/user.go:224
MethodUpdateUser
UpdateUser updates a user by ID in the database
internal/adapter/storage/postgres/repository/user.go:168
MethodUpdateUser
UpdateUser godoc @Summary Update a user @Description Update a user's name, email, password, or role by id @Tags Users @Accept json @Produce
internal/adapter/handler/http/user.go:175
MethodVerifyToken
VerifyToken mocks base method.
internal/core/port/mock/auth.go:59
MethodVerifyToken
VerifyToken indicates an expected call of VerifyToken.
internal/core/port/mock/auth.go:68
MethodVerifyToken
VerifyToken verifies the paseto token
internal/adapter/auth/paseto/paseto.go:75
Functioninit
()
docs/docs.go:2144
Functionmain
@title Go POS (Point of Sale) API @version 1.0 @description This is a simple RESTful Point of Sale (POS) Service API written in Go usin
cmd/http/main.go:39
← previous301–350 of 350, ranked by callers