Versions in this module Expand all Collapse all v0 v0.1.1 Dec 11, 2014 Changes in this version + const ACIExtension + var AppContainerVersion types.SemVer + type AppList []RuntimeApp + func (al AppList) Get(name types.ACName) *RuntimeApp + type ContainerRuntimeManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Annotations map[types.ACName]string + Apps AppList + Isolators []types.Isolator + UUID types.UUID + Volumes []types.Volume + func (cm *ContainerRuntimeManifest) UnmarshalJSON(data []byte) error + func (cm ContainerRuntimeManifest) MarshalJSON() ([]byte, error) + type ImageManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Annotations types.Annotations + App types.App + Dependencies types.Dependencies + Labels types.Labels + Name types.ACName + PathWhitelist []string + func (am *ImageManifest) UnmarshalJSON(data []byte) error + func (am ImageManifest) MarshalJSON() ([]byte, error) + type Kind struct + ACKind types.ACKind + ACVersion types.SemVer + func (k *Kind) UnmarshalJSON(data []byte) error + func (k Kind) MarshalJSON() ([]byte, error) + type RuntimeApp struct + Annotations map[types.ACName]string + ImageID types.Hash + Isolators []types.Isolator + Name types.ACName