first commit

This commit is contained in:
meninjar
2026-04-14 01:23:34 +00:00
commit edfaa886ff
443 changed files with 1245931 additions and 0 deletions

No files matched your search

@@ -0,0 +1,7 @@
package poli
// PoliData merepresentasikan detail referensi Poli dari API Apotek
type PoliData struct {
KodePoli string `json:"kodepoli"`
NamaPoli string `json:"namapoli"`
}