feat (vclaim/bpjs/jkn): add several endpoint
This commit is contained in:
No files matched your search
@@ -0,0 +1,11 @@
|
||||
package referral
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
e "simrs-vx/internal/domain/bpjs-entities/referral"
|
||||
ibpjs "simrs-vx/internal/infra/bpjs"
|
||||
)
|
||||
|
||||
func endpointMapper(input *e.ReadDetailDto) string {
|
||||
return fmt.Sprintf("%sRujukan/RS/%s", ibpjs.O.BaseUrl, *input.Number)
|
||||
}
|
||||
Reference in New Issue
Block a user