Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMedicamentInput ¶
type CreateMedicamentInput struct { Name string `json:"name"` Unit string `json:"unit"` TargetDiseases []string `json:"target_diseases"` TreatedSymptoms []string `json:"treated_symptoms"` SideEffects []string `json:"side_effects"` Type string `json:"type"` Content string `json:"content"` Quantity int `json:"quantity"` }
type CreateMedicamentResponse ¶
func CreateMedicament ¶
func CreateMedicament(input CreateMedicamentInput) CreateMedicamentResponse
type GetMedicamentByIdResponse ¶
func GetMedicamentById ¶
func GetMedicamentById(id string) GetMedicamentByIdResponse
type GetMedicamentsResponse ¶
func GetMedicaments ¶
func GetMedicaments() GetMedicamentsResponse
Click to show internal directories.
Click to hide internal directories.