mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
Fix reference to libkpod to libpod
ps.go no longer uses libkpod Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #104 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
34696c55e9
commit
4d02d99c27
@ -59,7 +59,7 @@ type psTemplateParams struct {
|
||||
|
||||
// psJSONParams is only used when the JSON format is specified,
|
||||
// and is better for data processing from JSON.
|
||||
// psJSONParams will be populated by data from libkpod.ContainerData,
|
||||
// psJSONParams will be populated by data from libpod.Container,
|
||||
// the members of the struct are the sama data types as their sources.
|
||||
type psJSONParams struct {
|
||||
ID string `json:"id"`
|
||||
|
Reference in New Issue
Block a user