first commit
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user