Refactor instance management and add InstanceManager interface

This commit is contained in:
2025-07-18 17:53:22 +02:00
parent 40b020ff3e
commit b0873d5629
5 changed files with 185 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ import (
)
type InstanceOptions struct {
Name string
Name string `json:"name,omitempty"`
*LlamaServerOptions
}