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
@@ -0,0 +1,8 @@
package location
// LocationSearchParams menampung kriteria pencarian Ruangan/Lokasi Satu Sehat
type LocationSearchParams struct {
Name string `form:"name"`
Organization string `form:"organization"` // ID Faskes pembuat
Identifier string `form:"identifier"` // Format {System}|{Value}
}