Versions in this module Expand all Collapse all v0 v0.1.0 Dec 1, 2014 Changes in this version + const ACIExtension + var AppContainerVersion types.SemVer + type App struct + Annotations map[types.ACName]string + ImageID types.Hash + Isolators []types.Isolator + Name types.ACName + type AppList []App + func (al AppList) Get(name types.ACName) *App + type AppManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Annotations types.Annotations + Arch string + Environment map[string]string + EventHandlers []types.EventHandler + Exec []string + Group string + Isolators []types.Isolator + MountPoints []types.MountPoint + Name types.ACName + OS string + Ports []types.Port + User string + func (am *AppManifest) UnmarshalJSON(data []byte) error + func (am AppManifest) MarshalJSON() ([]byte, error) + 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 Dependency struct + Hash types.Hash + Name types.ACName + Root string + type FilesetManifest struct + ACKind types.ACKind + ACVersion types.SemVer + Arch string + Dependencies []Dependency + Files []string + Name types.ACName + OS string + func NewFilesetManifest(name string) (*FilesetManifest, error) + func (fsm *FilesetManifest) UnmarshalJSON(data []byte) error + func (fsm FilesetManifest) 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) v0.0.0 Nov 27, 2014