mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Embed runtime struct in super localRuntime
We clean up the code by eliminating stuttering references when we embed the runtime struct into localRuntime. Makes for less change in the future as well. ++ jhonce Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -15,8 +15,8 @@ import (
|
||||
|
||||
// LocalRuntime describes a typical libpod runtime
|
||||
type LocalRuntime struct {
|
||||
Runtime *libpod.Runtime
|
||||
Remote bool
|
||||
*libpod.Runtime
|
||||
Remote bool
|
||||
}
|
||||
|
||||
// ContainerImage ...
|
||||
|
||||
Reference in New Issue
Block a user