Categorygithub.com/vucchaid/service-template
modulepackage
0.0.0-20240305012408-470116e0bb3e
Repository: https://github.com/vucchaid/service-template.git
Documentation: pkg.go.dev

# README

service-template

beginners template for services

Go Report Card GoDoc


basic:

  • pkg/services : add services here.
  • pkg/iface : update interfaces here.
  • pkg/model : update models here.
  • cmd/api/routes/internal/handers : update handlers for new services.
  • cmd/api/routes : register new routes for new handler functions.
  • cmd/api/routes/internal/middleware : update middleware functions.

# Packages

No description provided by the author
No description provided by the author