Files
2025-11-04 15:29:57 +07:00

10 lines
229 B
Go

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