Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiagnoseResponse ¶
func Diagnose ¶
func Diagnose(id string, sentence string) DiagnoseResponse
type GetSummaryResponse ¶
type GetSummaryResponse struct { SessionId string Symptoms []model.SessionSymptom Age int Height int Weight int Sex string Logs []graphql.LogsInput Code int Err error }
func GetSummary ¶
func GetSummary(id string) GetSummaryResponse
type InitiateResponse ¶
func Initiate ¶
func Initiate(id string) InitiateResponse
Click to show internal directories.
Click to hide internal directories.