Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bagashiz/go-pos
/ functions
Functions
350 in github.com/bagashiz/go-pos
⨍
Functions
350
◇
Types & classes
152
Function
TestCategoryService_ListCategories
(t *testing.T)
internal/core/service/category_test.go:392
Function
TestCategoryService_UpdateCategory
(t *testing.T)
internal/core/service/category_test.go:571
Function
TestPaymentService_CreatePayment
(t *testing.T)
internal/core/service/payment_test.go:26
Function
TestPaymentService_DeletePayment
(t *testing.T)
internal/core/service/payment_test.go:852
Function
TestPaymentService_GetPayment
(t *testing.T)
internal/core/service/payment_test.go:197
Function
TestPaymentService_ListPayments
(t *testing.T)
internal/core/service/payment_test.go:388
Function
TestPaymentService_UpdatePayment
(t *testing.T)
internal/core/service/payment_test.go:560
Function
TestProductService_CreateProduct
(t *testing.T)
internal/core/service/product_test.go:27
Function
TestProductService_DeleteProduct
(t *testing.T)
internal/core/service/product_test.go:1305
Function
TestProductService_GetProduct
(t *testing.T)
internal/core/service/product_test.go:291
Function
TestProductService_ListProducts
(t *testing.T)
internal/core/service/product_test.go:574
Function
TestProductService_UpdateProduct
(t *testing.T)
internal/core/service/product_test.go:868
Function
TestUserService_DeleteUser
(t *testing.T)
internal/core/service/user_test.go:855
Function
TestUserService_GetUser
(t *testing.T)
internal/core/service/user_test.go:199
Function
TestUserService_ListUsers
(t *testing.T)
internal/core/service/user_test.go:382
Function
TestUserService_Register
(t *testing.T)
internal/core/service/user_test.go:26
Function
TestUserService_UpdateUser
(t *testing.T)
internal/core/service/user_test.go:558
Method
UpdateCategory
UpdateCategory updates a category
internal/core/port/category.go:20
Method
UpdateCategory
UpdateCategory mocks base method.
internal/core/port/mock/category.go:103
Method
UpdateCategory
UpdateCategory indicates an expected call of UpdateCategory.
internal/core/port/mock/category.go:112
Method
UpdateCategory
UpdateCategory mocks base method.
internal/core/port/mock/category.go:200
Method
UpdateCategory
UpdateCategory indicates an expected call of UpdateCategory.
internal/core/port/mock/category.go:209
Method
UpdateCategory
UpdateCategory updates a category record in the database
internal/adapter/storage/postgres/repository/category.go:125
Method
UpdateCategory
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
Method
UpdatePayment
UpdatePayment updates a payment
internal/core/port/payment.go:20
Method
UpdatePayment
UpdatePayment mocks base method.
internal/core/port/mock/payment.go:103
Method
UpdatePayment
UpdatePayment indicates an expected call of UpdatePayment.
internal/core/port/mock/payment.go:112
Method
UpdatePayment
UpdatePayment mocks base method.
internal/core/port/mock/payment.go:200
Method
UpdatePayment
UpdatePayment indicates an expected call of UpdatePayment.
internal/core/port/mock/payment.go:209
Method
UpdatePayment
UpdatePayment updates a payment record in the database
internal/adapter/storage/postgres/repository/payment.go:131
Method
UpdatePayment
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
Method
UpdateProduct
UpdateProduct updates a product
internal/core/port/product.go:20
Method
UpdateProduct
UpdateProduct mocks base method.
internal/core/port/mock/product.go:103
Method
UpdateProduct
UpdateProduct indicates an expected call of UpdateProduct.
internal/core/port/mock/product.go:112
Method
UpdateProduct
UpdateProduct mocks base method.
internal/core/port/mock/product.go:200
Method
UpdateProduct
UpdateProduct indicates an expected call of UpdateProduct.
internal/core/port/mock/product.go:209
Method
UpdateProduct
UpdateProduct updates a product record in the database
internal/adapter/storage/postgres/repository/product.go:148
Method
UpdateProduct
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
Method
UpdateUser
UpdateUser updates a user
internal/core/port/user.go:22
Method
UpdateUser
UpdateUser mocks base method.
internal/core/port/mock/user.go:118
Method
UpdateUser
UpdateUser indicates an expected call of UpdateUser.
internal/core/port/mock/user.go:127
Method
UpdateUser
UpdateUser mocks base method.
internal/core/port/mock/user.go:215
Method
UpdateUser
UpdateUser indicates an expected call of UpdateUser.
internal/core/port/mock/user.go:224
Method
UpdateUser
UpdateUser updates a user by ID in the database
internal/adapter/storage/postgres/repository/user.go:168
Method
UpdateUser
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
Method
VerifyToken
VerifyToken mocks base method.
internal/core/port/mock/auth.go:59
Method
VerifyToken
VerifyToken indicates an expected call of VerifyToken.
internal/core/port/mock/auth.go:68
Method
VerifyToken
VerifyToken verifies the paseto token
internal/adapter/auth/paseto/paseto.go:75
Function
init
()
docs/docs.go:2144
Function
main
@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
← previous
301–350 of 350, ranked by callers