diagnostic

package
v2.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 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
	Diseases  []model.SessionDiseases
	Fiability float64
	Symptoms  []model.SessionSymptom
	Logs      []model.LogsInput
	Alerts    []model.Alert
	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