mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Add Instance struct to manage server status and options
This commit is contained in:
6
server/pkg/instance.go
Normal file
6
server/pkg/instance.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package llamactl
|
||||
|
||||
type Instance struct {
|
||||
Status string
|
||||
Options *LlamaServerOptions
|
||||
}
|
||||
Reference in New Issue
Block a user