package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HealthResponse struct {
Status string `json:"status"`
Timestamp string `json:"timestamp"`
}
type ListResponse struct {
Success bool `json:"success"`
Files []YAMLFileInfo `json:"files"`
Error string `json:"error,omitempty"`
}
type OllamaModel struct {
Name string `json:"name"`
ModTime string `json:"modified_at"`
Size int64 `json:"size"`
}
type ProcessResponse struct {
Success bool `json:"success"`
Message string `json:"message,omitempty"`
Error string `json:"error,omitempty"`
Output string `json:"output,omitempty"`
}
type YAMLFileInfo struct {
Name string `json:"name"`
Methods string `json:"methods"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.