mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 11:33:33 +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.
|