mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
10 lines
151 B
Go
10 lines
151 B
Go
package container
|
|
|
|
import "github.com/docker/docker/api/types"
|
|
|
|
type Container struct {
|
|
types.Container
|
|
}
|
|
|
|
// TODO: implement health related methods.
|