Files
simrsx-be/internal/use-case/simgos-sync-use-case/patient/middleware.go
T
2025-11-19 13:21:04 +07:00

10 lines
220 B
Go

package patient
// example of middleware
// func init() {
// createPreMw = append(createPreMw,
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
// CreateMw{Name: "check-data", Func: pm.CheckData},
// )
// }