mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 09:01:12 +00:00
5 lines
66 B
Go
5 lines
66 B
Go
package host
|
|
|
|
type HealthResponse struct {
|
|
OK bool `json:"ok"`
|
|
}
|