aci

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2015 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package aci implements helper functions for working with ACIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewACI

func NewACI(dir string, manifest string, entries []*ACIEntry) (*os.File, error)

NewACI creates a new ACI in the given directory with the given image manifest and entries. Used for testing.

func NewBasicACI

func NewBasicACI(dir string, name string) (*os.File, error)

NewBasicACI creates a new ACI in the given directory with the given name. Used for testing.

func NewDetachedSignature

func NewDetachedSignature(armoredPrivateKey string, aci io.Reader) (io.Reader, error)

NewDetachedSignature creates a new openpgp armored detached signature for the given ACI signed with armoredPrivateKey.

Types

type ACIEntry

type ACIEntry struct {
	Header   *tar.Header
	Contents string
}

Jump to

Keyboard shortcuts

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