diff --git a/server/pkg/instance.go b/server/pkg/instance.go new file mode 100644 index 0000000..2058152 --- /dev/null +++ b/server/pkg/instance.go @@ -0,0 +1,6 @@ +package llamactl + +type Instance struct { + Status string + Options *LlamaServerOptions +}