MCPcopy Index your code
hub / github.com/gofiber/recipes / ProductHandler

Interface ProductHandler

hexagonal/api/handler.go:8–14  ·  view source on GitHub ↗

ProductHandler an interface with operations to be implemented by a specific handler, ie http, gRCP

Source from the content-addressed store, hash-verified

6
7// ProductHandler an interface with operations to be implemented by a specific handler, ie http, gRCP
8type ProductHandler interface {
9 Get(ctx fiber.Ctx) error
10 Post(ctx fiber.Ctx) error
11 Put(ctx fiber.Ctx) error
12 Delete(ctx fiber.Ctx) error
13 GetAll(ctx fiber.Ctx) error
14}

Callers 26

mainFunction · 0.65
FirebaseAuthFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
RoutesFunction · 0.65
mainFunction · 0.65
RegisterRoutesFunction · 0.65
requireLoginFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
RegisterRoutesFunction · 0.65
mainFunction · 0.65

Implementers 1

handlerhexagonal/api/http.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…