Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteMedicationBundle ¶
func DeleteMedicationBundle(c echo.Context) error
func GetAllMedicationBundles ¶
func GetAllMedicationBundles(c echo.Context) error
func GetMedicationBundle ¶
func GetMedicationBundle(c echo.Context) error
func PostMedicationBundle ¶
func PostMedicationBundle(c echo.Context) error
Types ¶
type GCPServiceAccountJSON ¶
type GCPServiceAccountJSON struct { Type string `json:"type"` ProjectId string `json:"project_id"` PrivateKeyId string `json:"private_key_id"` PrivateKey string `json:"private_key"` ClientId string `json:"client_id"` AuthUri string `json:"auth_uri"` TokenUri string `json:"token_uri"` AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"` ClientX509CertUrl string `json:"client_x509_cert_url"` }
Click to show internal directories.
Click to hide internal directories.