feat (encouter): not tested yet, also add crud for soapi, adime, sbar

This commit is contained in:
dpurbosakti
2025-09-08 15:18:41 +07:00
parent 1d069414d7
commit cc226b8034
30 changed files with 2264 additions and 2 deletions
@@ -0,0 +1,9 @@
package soapi
// example of middleware
// func init() {
// createPreMw = append(createPreMw,
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
// CreateMw{Name: "check-data", Func: pm.CheckData},
// )
// }