mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Rename config and instance struct to avoid awkward naming
This commit is contained in:
@@ -687,7 +687,7 @@ func TestPersistence_InstancesLoadedFromDisk(t *testing.T) {
|
||||
}
|
||||
|
||||
// Check instances by name
|
||||
instancesByName := make(map[string]*instance.Instance)
|
||||
instancesByName := make(map[string]*instance.Process)
|
||||
for _, inst := range instances {
|
||||
instancesByName[inst.Name] = inst
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user