~dstroppa/juju-core/joyent-provider-storage

« back to all changes in this revision

Viewing changes to container/interface.go

  • Committer: Daniele Stroppa
  • Date: 2014-01-08 15:58:10 UTC
  • mfrom: (1953.1.231 juju-core)
  • Revision ID: daniele.stroppa@joyent.com-20140108155810-xecbwrqkb5i0fyoe
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        StartContainer(
23
23
                machineConfig *cloudinit.MachineConfig,
24
24
                series string,
25
 
                network *NetworkConfig) (instance.Instance, error)
 
25
                network *NetworkConfig) (instance.Instance, *instance.HardwareCharacteristics, error)
26
26
        // StopContainer stops and destroyes the container identified by Instance.
27
27
        StopContainer(instance.Instance) error
28
28
        // ListContainers return a list of containers that have been started by