Files
llamactl/server/pkg/instance.go

7 lines
88 B
Go

package llamactl
type Instance struct {
Status string
Options *LlamaServerOptions
}