feat (reference): done
This commit is contained in:
No files matched your search
@@ -0,0 +1,12 @@
|
||||
package reference
|
||||
|
||||
import (
|
||||
pr "simrs-vx/internal/use-case/bpjs-plugin/reference"
|
||||
)
|
||||
|
||||
func init() {
|
||||
readListPreMw = append(readListPreMw,
|
||||
readListMw{Name: "readList-reference", Func: pr.ReadList},
|
||||
)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user