Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfullcycle/goexpert
/ functions
Functions
858 in github.com/devfullcycle/goexpert
⨍
Functions
858
◇
Types & classes
202
Method
FindAll
()
13-GraphQL/internal/database/course.go:36
Method
FindAll
()
13-GraphQL/internal/database/category.go:30
Method
FindAll
()
14-gRPC/internal/database/course.go:36
Method
FindAll
()
14-gRPC/internal/database/category.go:30
Method
FindAll
()
16-CLI/internal/database/course.go:36
Method
FindAll
()
16-CLI/internal/database/category.go:30
Method
FindByCategoryID
(categoryID string)
14-gRPC/internal/database/course.go:53
Method
FindByCategoryID
(categoryID string)
16-CLI/internal/database/course.go:53
Method
FindByCourseID
(courseID string)
14-gRPC/internal/database/category.go:47
Method
FindByCourseID
(courseID string)
16-CLI/internal/database/category.go:47
Function
FuzzCalculateTax
go test -fuzz=. -fuzztime=5s
8-Testing/1/tax_test.go:50
Function
GetBookHandler
(w http.ResponseWriter, r *http.Request)
22-extras/22.5-ServerMux-1.22/main.go:20
Method
GetCategories
()
14-gRPC/internal/pb/course_category.pb.go:219
Method
GetCategory
(ctx context.Context, id string)
17-SQLC/internal/db/query.sql.go:67
Method
GetCategory
(ctx context.Context, in *pb.CategoryGetRequest)
14-gRPC/internal/service/category.go:58
Method
GetCategory
(ctx context.Context, in *CategoryGetRequest, opts ...grpc.CallOption)
14-gRPC/internal/pb/course_category_grpc.pb.go:123
Method
GetCategory
(context.Context, *CategoryGetRequest)
14-gRPC/internal/pb/course_category_grpc.pb.go:140
Method
GetCategory
(context.Context, *CategoryGetRequest)
14-gRPC/internal/pb/course_category_grpc.pb.go:160
Method
GetDateTime
()
11-Eventos/pkg/events/event_dispatcher_test.go:26
Method
GetDateTime
()
11-Eventos/pkg/events/interfaces.go:10
Method
GetDateTime
()
20-CleanArch/pkg/events/event_dispatcher_test.go:26
Method
GetDateTime
()
20-CleanArch/pkg/events/interface.go:10
Method
GetDateTime
()
20-CleanArch/internal/event/order_created.go:28
Method
GetDescription
()
14-gRPC/internal/pb/course_category.pb.go:117
Method
GetDescription
()
14-gRPC/internal/pb/course_category.pb.go:172
Method
GetFinalPrice
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:150
Method
GetId
()
14-gRPC/internal/pb/course_category.pb.go:103
Method
GetId
()
14-gRPC/internal/pb/course_category.pb.go:266
Method
GetId
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:65
Method
GetId
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:129
Method
GetJWT
GetJWT godoc @Summary Get a user JWT @Description Get a user JWT @Tags users @Accept json @Produce json @Param request
9-APIs/internal/infra/webserver/handlers/user_handlers.go:39
Method
GetName
()
14-gRPC/internal/pb/course_category.pb.go:110
Method
GetName
()
14-gRPC/internal/pb/course_category.pb.go:165
Method
GetName
()
11-Eventos/pkg/events/event_dispatcher_test.go:18
Method
GetName
()
11-Eventos/pkg/events/interfaces.go:9
Method
GetName
()
20-CleanArch/pkg/events/event_dispatcher_test.go:18
Method
GetName
()
20-CleanArch/internal/event/order_created.go:16
Method
GetPayload
()
11-Eventos/pkg/events/event_dispatcher_test.go:22
Method
GetPayload
()
11-Eventos/pkg/events/interfaces.go:11
Method
GetPayload
()
20-CleanArch/pkg/events/event_dispatcher_test.go:22
Method
GetPayload
()
20-CleanArch/internal/event/order_created.go:20
Method
GetPrice
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:72
Method
GetPrice
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:136
Method
GetProduct
GetProduct godoc @Summary Get a product @Description Get a product @Tags products @Accept json @Produce json @Param id
9-APIs/internal/infra/webserver/handlers/product_handlers.go:118
Method
GetProduct
(id int)
19-DI/product/repository.go:17
Method
GetProduct
GetProduct returns a product by id This Product was not supposed to be returned. We should return a DTO instead. However, we will return it for now to
19-DI/product/usecase.go:14
Method
GetProducts
List Products godoc @Summary List products @Description get all products @Tags products @Accept json @Produce json @Param
9-APIs/internal/infra/webserver/handlers/product_handlers.go:82
Method
GetRepository
(ctx context.Context, name string)
18-UOW/pkg/uow/uow.go:42
Method
GetTax
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:79
Method
GetTax
()
20-CleanArch/internal/infra/grpc/pb/order.pb.go:143
Method
GetTotal
()
20-CleanArch/internal/infra/database/order_repository.go:29
Method
Handle
(event EventInterface, wg *sync.WaitGroup)
11-Eventos/pkg/events/event_dispatcher_test.go:34
Method
Handle
(event EventInterface, wg *sync.WaitGroup)
11-Eventos/pkg/events/event_dispatcher_test.go:150
Method
Handle
(event EventInterface, wg *sync.WaitGroup)
11-Eventos/pkg/events/interfaces.go:15
Method
Handle
(event EventInterface, wg *sync.WaitGroup)
20-CleanArch/pkg/events/event_dispatcher_test.go:38
Method
Handle
(event EventInterface, wg *sync.WaitGroup)
20-CleanArch/pkg/events/event_dispatcher_test.go:153
Method
Handle
(event events.EventInterface, wg *sync.WaitGroup)
20-CleanArch/internal/event/handler/order_created_handler.go:22
Method
HandleRequest
(w http.ResponseWriter, r *http.Request)
labs/otel/comunicacao-ms/internal/web/server.go:59
Method
Has
(eventName string, handler EventHandlerInterface)
11-Eventos/pkg/events/interfaces.go:22
Method
Has
(eventName string, handler EventHandlerInterface)
11-Eventos/pkg/events/event_dispatcher.go:44
Method
Has
(eventName string, handler EventHandlerInterface)
20-CleanArch/pkg/events/event_dispatcher.go:44
Function
HomeHandler
(w http.ResponseWriter, r *http.Request)
4-pacotes-importantes/5-ServerMux/main.go:15
Method
Insert
(ctx context.Context, course entity.Course)
18-UOW/internal/repository/course.go:27
Method
Insert
(ctx context.Context, category entity.Category)
18-UOW/internal/repository/category.go:12
Method
Insert
(ctx context.Context, category entity.Category)
18-UOW/internal/repository/category.go:27
Method
ListCategories
(ctx context.Context)
17-SQLC/internal/db/query.sql.go:78
Method
ListCategories
(ctx context.Context, in *pb.Blank)
14-gRPC/internal/service/category.go:37
Method
ListCategories
(ctx context.Context, in *Blank, opts ...grpc.CallOption)
14-gRPC/internal/pb/course_category_grpc.pb.go:114
Method
ListCategories
(context.Context, *Blank)
14-gRPC/internal/pb/course_category_grpc.pb.go:139
Method
ListCategories
(context.Context, *Blank)
14-gRPC/internal/pb/course_category_grpc.pb.go:157
Function
LoadConfig
(path string)
9-APIs/configs/config.go:21
Function
LoadConfig
(path string)
20-CleanArch/configs/config.go:17
Function
LogRequest
(next http.Handler)
9-APIs/cmd/server/main.go:76
Method
Mutation
Mutation returns generated.MutationResolver implementation.
13-GraphQL/graph/schema.resolvers.go:110
Method
Mutation
()
13-GraphQL/graph/generated/generated.go:41
Method
Mutation
Mutation returns MutationResolver implementation.
20-CleanArch/internal/infra/graph/schema.resolvers.go:34
Function
New
(db DBTX)
17-SQLC/internal/db/db.go:19
Function
New
(db DBTX)
18-UOW/internal/db/db.go:19
Function
NewCategory
(db *sql.DB)
13-GraphQL/internal/database/category.go:16
Function
NewCategory
(db *sql.DB)
14-gRPC/internal/database/category.go:16
Function
NewCategory
(db *sql.DB)
16-CLI/internal/database/category.go:16
Function
NewCategoryRepository
(dtb *sql.DB)
18-UOW/internal/repository/category.go:20
Function
NewCategoryService
(categoryDB database.Category)
14-gRPC/internal/service/category.go:16
Function
NewCategoryServiceClient
(cc grpc.ClientConnInterface)
14-gRPC/internal/pb/course_category_grpc.pb.go:36
Function
NewConta
()
3-fundacao/14/main.go:7
Function
NewCourse
(db *sql.DB)
13-GraphQL/internal/database/course.go:17
Function
NewCourse
(db *sql.DB)
14-gRPC/internal/database/course.go:17
Function
NewCourse
(db *sql.DB)
16-CLI/internal/database/course.go:17
Function
NewCourseDB
(dbConn *sql.DB)
17-SQLC/cmd/runSQLCTX/main.go:18
Function
NewCourseRepository
(dtb *sql.DB)
18-UOW/internal/repository/course.go:20
Function
NewCreateOrderUseCase
( OrderRepository entity.OrderRepositoryInterface, OrderCreated events.EventInterface, EventDispatcher even
20-CleanArch/internal/usecase/create_order.go:27
Function
NewCreateOrderUseCase
Injectors from wire.go:
20-CleanArch/cmd/ordersystem/wire_gen.go:22
Function
NewExecutableSchema
region ************************** generated!.gotpl ************************** NewExecutableSchema creates an ExecutableSchema from the ResolverRoot
13-GraphQL/graph/generated/generated.go:24
Function
NewExecutableSchema
region ************************** generated!.gotpl ************************** NewExecutableSchema creates an ExecutableSchema from the ResolverRoot
20-CleanArch/internal/infra/graph/generated.go:24
Function
NewID
()
9-APIs/pkg/entity/id.go:7
Function
NewMath
(a, b int)
7-Packaging/4/math/math.go:11
Function
NewMath
(a, b int)
7-Packaging/1/math/math.go:11
Function
NewMath
(a, b int)
7-Packaging/3/math/math.go:11
Function
NewOrderCreated
()
20-CleanArch/internal/event/order_created.go:10
Function
NewOrderCreatedHandler
(rabbitMQChannel *amqp.Channel)
20-CleanArch/internal/event/handler/order_created_handler.go:16
← previous
next →
501–600 of 858, ranked by callers