manifest

package
v6.0.0-beta2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2013 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manifest

type Manifest struct {
	Applications cf.AppSet
	// contains filtered or unexported fields
}

func NewEmptyManifest

func NewEmptyManifest() (m *Manifest)

func NewManifest

func NewManifest(data generic.Map) (m *Manifest)

func Parse

func Parse(reader io.Reader) (manifest *Manifest, err error)

type ManifestDiskRepository

type ManifestDiskRepository struct {
}

func (ManifestDiskRepository) ReadManifest

func (repo ManifestDiskRepository) ReadManifest(dir string) (m *Manifest, err error)

type ManifestRepository

type ManifestRepository interface {
	ReadManifest(dir string) (manifest *Manifest, err error)
}

func NewManifestDiskRepository

func NewManifestDiskRepository() (repo ManifestRepository)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL