MCPcopy Create free account
hub / github.com/dhij/ecomm / handler

Struct handler

ecomm-api/handler/handler.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type handler struct {
18 ctx context.Context
19 client pb.EcommClient
20 TokenMaker *token.JWTMaker
21}
22
23func NewHandler(client pb.EcommClient, secretKey string) *handler {
24 return &handler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected