MCPcopy Create free account
hub / github.com/andersonmarquesgit/chargeback / Server

Struct Server

chargeback-api/internal/interfaces/http/server.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Server struct {
17 cfg *config.Config
18 handlers *handlers.Handlers
19 httpServer *http.Server
20}
21
22func NewServer(application *application.Application, handlers *handlers.Handlers) *Server {
23 router := chi.NewRouter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected