feat (vclaim/bpjs/jkn): add several endpoint

This commit is contained in:
dpurbosakti
2025-12-01 12:43:23 +07:00
parent 2a39301563
commit 2a979f60a6
24 changed files with 561 additions and 27 deletions

No files matched your search

@@ -0,0 +1,12 @@
package controlplan
import (
pcp "simrs-vx/internal/use-case/bpjs-plugin/control-plan"
)
func init() {
readListPreMw = append(readListPreMw,
readListMw{Name: "readList-control-plan", Func: pcp.ReadList},
)
}