diagnostic

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiagnoseResponse

type DiagnoseResponse struct {
	Done     bool
	Question string
	Code     int
	Err      error
}

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

type InitiateResponse struct {
	Id   string
	Code int
	Err  error
}

func Initiate

func Initiate(id string) InitiateResponse

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL