Documentation ¶ Index ¶ func CallExam(context []model.SessionSymptom) examResponseBody func CallNlp(sentence string, symptoms []string) nlpResponseBody func SymptomsToString(symptoms []Symptom) []string func WakeNlpUp() type Symptom func StringToSymptoms(strings []string) []Symptom Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CallExam ¶ func CallExam(context []model.SessionSymptom) examResponseBody func CallNlp ¶ func CallNlp(sentence string, symptoms []string) nlpResponseBody func SymptomsToString ¶ func SymptomsToString(symptoms []Symptom) []string func WakeNlpUp ¶ func WakeNlpUp() Types ¶ type Symptom ¶ type Symptom struct { Name string `json:"symptom"` Present *bool `json:"present"` } func StringToSymptoms ¶ func StringToSymptoms(strings []string) []Symptom Source Files ¶ View all Source files exam.go nlp.go symptom.go Click to show internal directories. Click to hide internal directories.